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

Unified Diff: apps/metrics_names.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 | « apps/apps.gypi ('k') | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/metrics_names.h
diff --git a/apps/metrics_names.h b/apps/metrics_names.h
new file mode 100644
index 0000000000000000000000000000000000000000..138489dd30ce8e05f5515e1313ab7a7792a8ef2e
--- /dev/null
+++ b/apps/metrics_names.h
@@ -0,0 +1,21 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef APPS_METRICS_NAMES_H_
+#define APPS_METRICS_NAMES_H_
+
+namespace apps {
+
+// Histogram metrics individual values.
+enum AppLauncherPromoHistogramValues {
+ APP_LAUNCHER_PROMO_ALREADY_INSTALLED,
+ APP_LAUNCHER_PROMO_SHOWN,
+ APP_LAUNCHER_PROMO_DISMISSED,
+ APP_LAUNCHER_PROMO_LEARN_MORE,
+ APP_LAUNCHER_PROMO_MAX
+};
+
+} // namespace apps
+
+#endif // APPS_METRICS_NAMES_H_
« no previous file with comments | « apps/apps.gypi ('k') | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698