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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 2911263002: Rename network time policy to BrowserNetworkTimeQueriesEnabled (Closed)
Patch Set: disable policy on chromeos Created 3 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 | « no previous file | chrome/browser/policy/policy_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index 4981e0be0e372f506b0f4d41826979f126c2cc02..b3e1db49a7668f7d1f07f1d801abc588dcb81984 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -673,7 +673,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
syncer::prefs::kLocalSyncBackendDir,
base::Value::Type::STRING },
- { key::kNetworkTimeQueriesEnabled,
+ { key::kBrowserNetworkTimeQueriesEnabled,
network_time::prefs::kNetworkTimeQueriesEnabled,
base::Value::Type::BOOLEAN },
};
« no previous file with comments | « no previous file | chrome/browser/policy/policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698