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

Unified Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.h

Issue 17226003: Add metrics for interactions with the Apps Launcher promo dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/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 986d055b0cc7f35068c6fb3ca19ccd69bcd64755..7f98ad540f332f4deb8dc0b1383beab7d6670cec 100644
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
@@ -103,6 +103,9 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
// Callback for "stopShowingAppLauncherPromo" message.
void StopShowingAppLauncherPromo(const base::ListValue* args);
+ // Callback for "onLearnMore" message.
+ void OnLearnMore(const base::ListValue* args);
miket_OOO 2013/06/25 15:57:25 I know you were just following the pattern, but th
MAD 2013/06/26 03:33:40 Done.
+
// Callback for "closeNotification" message.
void HandleNotificationClose(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698