Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h |
diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
index 617389f0c8f5a40b8be76605d70a49d645ca503a..17401204bdc50a1579e01acbbff91481ad24ba91 100644 |
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
@@ -87,6 +87,9 @@ class AppLauncherHandler |
// [extension_id]. |
void HandleCreateAppShortcut(const base::ListValue* args); |
+ // Handles the "showAppInfo" message with |args| containing [extension_id] |
+ void HandleShowAppInfo(const base::ListValue* args); |
+ |
// Handles the "reorderApps" message with |args| containing [dragged_app_id, |
// app_order]. |
void HandleReorderApps(const base::ListValue* args); |