Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6756)

Unified Diff: chrome/browser/ui/webui/app_list/start_page_handler.h

Issue 930243009: Add UMA for the app list doodle being clicked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uma
Patch Set: fix tests Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/app_list/start_page_handler.h
diff --git a/chrome/browser/ui/webui/app_list/start_page_handler.h b/chrome/browser/ui/webui/app_list/start_page_handler.h
index 444d20aea4d85e5a7b12999878881ffaa62d82a3..f0a5fa6320cf4fc38edc5feb00fb417059b468d9 100644
--- a/chrome/browser/ui/webui/app_list/start_page_handler.h
+++ b/chrome/browser/ui/webui/app_list/start_page_handler.h
@@ -47,6 +47,8 @@ class StartPageHandler : public content::WebUIMessageHandler,
#endif
// JS callbacks.
+ void HandleAppListShown(const base::ListValue* args);
+ void HandleDoodleClicked(const base::ListValue* args);
void HandleInitialize(const base::ListValue* args);
void HandleLaunchApp(const base::ListValue* args);
void HandleSpeechResult(const base::ListValue* args);
« no previous file with comments | « chrome/browser/ui/webui/app_list/start_page_browsertest.js ('k') | chrome/browser/ui/webui/app_list/start_page_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698