| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index 835f62f7a992a5d7a449e0d7cf4cf8889ca67a57..be0208af778ffe670deda5a38ffa9a8125691910 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -188,6 +188,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
|
|
|