diff options
Diffstat (limited to 'chrome/browser/ui/webui/app_launcher_handler.h')
-rw-r--r-- | chrome/browser/ui/webui/app_launcher_handler.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/ui/webui/app_launcher_handler.h b/chrome/browser/ui/webui/app_launcher_handler.h index f25b555..2d0e328 100644 --- a/chrome/browser/ui/webui/app_launcher_handler.h +++ b/chrome/browser/ui/webui/app_launcher_handler.h @@ -55,6 +55,9 @@ class AppLauncherHandler : public WebUIMessageHandler, // Populate the given dictionary with all installed app info. void FillAppDictionary(DictionaryValue* value); + // Populate the given dictionary with the web store promo content. + void FillPromoDictionary(DictionaryValue* value); + // Callback for the "getApps" message. void HandleGetApps(const ListValue* args); @@ -79,6 +82,9 @@ class AppLauncherHandler : public WebUIMessageHandler, // Callback for the "setPageIndex" message. void HandleSetPageIndex(const ListValue* args); + // Callback for the "promoSeen" message. + void HandlePromoSeen(const ListValue* args); + private: // Records a web store launch in the appropriate histograms. |promo_active| // specifies if the web store promotion was active. |