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

Unified Diff: apps/app_launcher.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: Fixed gyp file. :-/ 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
« no previous file with comments | « no previous file | apps/app_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_launcher.h
diff --git a/apps/app_launcher.h b/apps/app_launcher.h
index 07f6b6ea4680e8f14c840859cefad4f6b4ba4b0e..0b5273c5450f5fd02549eb3c48797eac16885e1b 100644
--- a/apps/app_launcher.h
+++ b/apps/app_launcher.h
@@ -12,6 +12,9 @@ namespace apps {
// Returns whether the app launcher has been enabled.
bool IsAppLauncherEnabled();
+// Returns whether the app launcher promo should be shown.
+bool ShouldShowAppLauncherPromo();
+
} // namespace apps
#endif // APPS_APP_LAUNCHER_H_
« no previous file with comments | « no previous file | apps/app_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698