| Index: chrome/browser/dom_ui/app_launcher_handler.h
|
| diff --git a/chrome/browser/dom_ui/app_launcher_handler.h b/chrome/browser/dom_ui/app_launcher_handler.h
|
| index 23c1753d35c42a0797a8d3fd52e5532021ff595d..c3ca6226e6f9841c498df51f7baa4b769a5c4015 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.
|
|
|