| 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
|
|
|