summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/app_launcher_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/dom_ui/app_launcher_handler.h')
-rw-r--r--chrome/browser/dom_ui/app_launcher_handler.h3
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 4940752..cee1aaf 100644
--- a/chrome/browser/dom_ui/app_launcher_handler.h
+++ b/chrome/browser/dom_ui/app_launcher_handler.h
@@ -71,6 +71,9 @@ class AppLauncherHandler
// Callback for the "createAppShortcut" message.
void HandleCreateAppShortcut(const ListValue* args);
+ // Callback for the 'reorderApps" message.
+ void HandleReorderApps(const ListValue* args);
+
private:
// Records a web store launch in the appropriate histograms. |promo_active|
// specifies if the web store promotion was active.