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 1ebeaf7b548be78b700f769cffacfad7710fe436..2f93c9b0918c5fd254d738fff129cc25f58bdf80 100644 |
--- a/chrome/browser/dom_ui/app_launcher_handler.h |
+++ b/chrome/browser/dom_ui/app_launcher_handler.h |
@@ -67,6 +67,9 @@ class AppLauncherHandler |
// Callback for the "hideAppPromo" message. |
void HandleHideAppsPromo(const ListValue* args); |
+ // Callback for the "createAppShortcut" message. |
+ void HandleCreateAppShortcut(const ListValue* args); |
+ |
private: |
// Records a web store launch in the appropriate histograms. |promo_active| |
// specifies if the web store promotion was active. |