diff options
Diffstat (limited to 'chrome/browser/dom_ui/app_launcher_handler.h')
-rw-r--r-- | chrome/browser/dom_ui/app_launcher_handler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/dom_ui/app_launcher_handler.h b/chrome/browser/dom_ui/app_launcher_handler.h index 23c1753..c3ca622 100644 --- a/chrome/browser/dom_ui/app_launcher_handler.h +++ b/chrome/browser/dom_ui/app_launcher_handler.h @@ -61,6 +61,9 @@ class AppLauncherHandler // Callback for the "uninstallApp" message. void HandleUninstallApp(const ListValue* args); + // Callback for the "hideAppPromo" message. + void HandleHideAppsPromo(const ListValue* args); + private: // ExtensionInstallUI::Delegate implementation, used for receiving // notification about uninstall confirmation dialog selections. |