Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3104)

Unified Diff: chrome/browser/extensions/event_router.h

Issue 12189018: <webview>: Implement WebRequest API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT + cleanup Created 7 years, 7 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
Index: chrome/browser/extensions/event_router.h
diff --git a/chrome/browser/extensions/event_router.h b/chrome/browser/extensions/event_router.h
index ec432e72b38f935aff0e08c61189a5f00cd3b80d..3a081a80c1830897506316686616e26366e27614 100644
--- a/chrome/browser/extensions/event_router.h
+++ b/chrome/browser/extensions/event_router.h
@@ -220,6 +220,11 @@ class EventRouter : public content::NotificationObserver,
void IncrementInFlightEvents(Profile* profile,
const Extension* extension);
+ // static
+ static void IncrementInFlightEventsOnUI(
+ void* profile_id,
+ const std::string& extension_id);
+
void DispatchPendingEvent(const linked_ptr<Event>& event,
ExtensionHost* host);

Powered by Google App Engine
This is Rietveld 408576698