Index: apps/app_shim/app_shim_host_mac.h |
diff --git a/apps/app_shim/app_shim_host_mac.h b/apps/app_shim/app_shim_host_mac.h |
index e68380c314abb8f66d97f6b5459d19df68e458a8..dd31047ba74d7c2c7599516e7cc4a5e61ebc461c 100644 |
--- a/apps/app_shim/app_shim_host_mac.h |
+++ b/apps/app_shim/app_shim_host_mac.h |
@@ -62,6 +62,9 @@ class AppShimHost : public IPC::Listener, |
// Cmd+Tabbed to it.) |
void OnFocus(); |
+ // Called when the app shim process notifies that the app should quit. |
+ void OnQuit(); |
+ |
// apps::AppShimHandler::Host overrides: |
virtual void OnAppClosed() OVERRIDE; |
virtual Profile* GetProfile() const OVERRIDE; |