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

Unified Diff: chromeos/settings/cros_settings_names.cc

Issue 1411863002: Use kMetricsReportingEnabled instead of kStatsReporingPref on metrics side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: chromeos/settings/cros_settings_names.cc
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
index d9be0eb8d800e98529d1a0dfe8a1da977a1b900d..5450a88828db4a362b7b5d4cea6bc493383b13c4 100644
--- a/chromeos/settings/cros_settings_names.cc
+++ b/chromeos/settings/cros_settings_names.cc
@@ -68,8 +68,6 @@ const char kSystemUse24HourClock[] = "cros.system.use_24hour_clock";
const char kDeviceOwner[] = "cros.device.owner";
-const char kStatsReportingPref[] = "cros.metrics.reportingEnabled";
Alexei Svitkine (slow) 2015/10/16 21:27:16 I see a few more places that reference this in cod
gayane -on leave until 09-2017 2015/10/19 21:32:39 Thanks Alexei for pointing this out. The ones tha
-
const char kReleaseChannel[] = "cros.system.releaseChannel";
const char kReleaseChannelDelegated[] = "cros.system.releaseChannelDelegated";

Powered by Google App Engine
This is Rietveld 408576698