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

Unified Diff: chrome/browser/extensions/extension_host.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_host.h
diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
index 60d2955e228c6701000f239d877dfe62db561c70..2f01eea20f20d02a100f3f09449e9148231fa118 100644
--- a/chrome/browser/extensions/extension_host.h
+++ b/chrome/browser/extensions/extension_host.h
@@ -189,6 +189,9 @@ class ExtensionHost : public content::WebContentsDelegate,
// Message handlers.
void OnRequest(const ExtensionHostMsg_Request_Params& params);
+ void OnEventAck();
+ void OnIncrementLazyKeepaliveCount();
+ void OnDecrementLazyKeepaliveCount();
// Handles keyboard events that were not handled by HandleKeyboardEvent().
// Platform specific implementation may override this method to handle the

Powered by Google App Engine
This is Rietveld 408576698