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

Unified Diff: chrome/common/pref_names.cc

Issue 291333009: network_time: Remove NetworkTimeService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 6 years, 7 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 | « chrome/common/chrome_switches.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index c49903662d46a706cacc06568d1755ebcf48c79c..af5cb9f2bb1c5209f30b213a9f1e07c5e144019f 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2497,7 +2497,7 @@ const char kProfilePreferenceHashes[] = "profile.preference_hashes";
// Stores a pair of local time and corresponding network time to bootstrap
// network time tracker when browser starts.
-const char kNetworkTimeMapping[] = "profile.network_time_mapping";
+const char kNetworkTimeMapping[] = "network_time.network_time_mapping";
#if defined(OS_ANDROID)
// A list of partner bookmark rename/remove mappings.
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698