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

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: Profile* => void* 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 3605ea7cde16f2ad01678ed7996e6c739835d8b1..f643c164169a2d392723baf0b48f4f220011f64f 100644
--- a/chrome/browser/extensions/event_router.h
+++ b/chrome/browser/extensions/event_router.h
@@ -249,6 +249,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);
« no previous file with comments | « chrome/browser/extensions/api/web_request/web_request_api.cc ('k') | chrome/browser/extensions/event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698