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

Unified Diff: chrome/browser/profiles/profile_io_data.h

Issue 1411863002: Use kMetricsReportingEnabled instead of kStatsReporingPref on metrics side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add default value for device setting Created 5 years, 1 month 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: chrome/browser/profiles/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index 350ba732427c3ef198db42728ad477e277659ddd..34a014ef899f54a9e5b35ff3130b0e79cd6788a0 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -523,14 +523,7 @@ class ProfileIOData {
mutable BooleanPrefMember quick_check_enabled_;
mutable IntegerPrefMember incognito_availibility_pref_;
- // The state of metrics reporting in the browser that this profile runs on.
- // Unfortunately, since ChromeOS has a separate representation of this state,
- // we need to make one available based on the platform.
-#if defined(OS_CHROMEOS)
- bool enable_metrics_;
-#else
BooleanPrefMember enable_metrics_;
-#endif
#if defined(ENABLE_CONFIGURATION_POLICY)
// Pointed to by NetworkDelegate.
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list_factory.cc ('k') | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698