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

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

Issue 10114015: Fix bug where transient pages would miss events dispatched while it was (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/extensions/extension_event_router.h
diff --git a/chrome/browser/extensions/extension_event_router.h b/chrome/browser/extensions/extension_event_router.h
index 2b52cc812bae9e6b4526fa6f8307338eb1525cf7..faf80e924d13b3f8b91e8de00d54b2ddb7bf2281 100644
--- a/chrome/browser/extensions/extension_event_router.h
+++ b/chrome/browser/extensions/extension_event_router.h
@@ -121,7 +121,7 @@ class ExtensionEventRouter : public content::NotificationObserver {
const GURL& event_url);
// Record the Event Ack from the renderer. (One less event in-flight.)
- void OnExtensionEventAck(Profile* profile, const std::string& extension_id);
+ void OnEventAck(Profile* profile, const std::string& extension_id);
private:
// The details of an event to be dispatched.

Powered by Google App Engine
This is Rietveld 408576698