Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: extensions/browser/event_router.h

Issue 1897293005: Rate limit programmatic update checks for extensions (reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: have Get() just return the net::BackoffEntry::Policy directly Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | extensions/browser/updater/extension_downloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/event_router.h
diff --git a/extensions/browser/event_router.h b/extensions/browser/event_router.h
index c90a335b6b1da82e2d670aa6f94e91982afef222..e93110d3f7c7f8544faf8bcb02fb2f09097529b1 100644
--- a/extensions/browser/event_router.h
+++ b/extensions/browser/event_router.h
@@ -164,8 +164,8 @@ class EventRouter : public KeyedService,
bool HasEventListener(const std::string& event_name);
// Returns true if the extension is listening to the given event.
- bool ExtensionHasEventListener(const std::string& extension_id,
- const std::string& event_name);
+ virtual bool ExtensionHasEventListener(const std::string& extension_id,
+ const std::string& event_name);
// Return or set the list of events for which the given extension has
// registered.
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | extensions/browser/updater/extension_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698