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

Unified Diff: apps/metrics_names.cc

Issue 17226003: Add metrics for interactions with the Apps Launcher promo dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More code review comments addressed. 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: apps/metrics_names.cc
diff --git a/apps/switches.cc b/apps/metrics_names.cc
similarity index 58%
copy from apps/switches.cc
copy to apps/metrics_names.cc
index 60f94175f67827ed2e4b08d87be6a9b2c3a4122e..e3dcb9f006a198f5f9313fb3d6b998cee865409e 100644
--- a/apps/switches.cc
+++ b/apps/metrics_names.cc
@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "apps/switches.h"
+#include "apps/metrics_names.h"
namespace apps {
-// Loads an app from the specified directory and launches it.
-const char kLoadAndLaunchApp[] = "load-and-launch-app";
+const char kAppLauncherPromoHistogram[] = "Apps.AppLauncherPromo";
} // namespace apps

Powered by Google App Engine
This is Rietveld 408576698