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

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

Issue 2031303003: ChromeOS: enable SystemTimezoneAutomaticDetectionPolicy by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment updated. Created 4 years, 6 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: chrome/browser/policy/policy_browsertest.cc
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
index b3aaa9de541f352640e94aa4505e11d584965ab5..73cc2859b687f6ec684cd79a6af2685463bf87e6 100644
--- a/chrome/browser/policy/policy_browsertest.cc
+++ b/chrome/browser/policy/policy_browsertest.cc
@@ -3911,9 +3911,6 @@ class ChromeOSPolicyTest : public PolicyTest {
command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "hash");
command_line->AppendSwitch(
chromeos::switches::kAllowFailedPolicyFetchForTest);
-
- command_line->AppendSwitch(
- chromeos::switches::kEnableSystemTimezoneAutomaticDetectionPolicy);
}
protected:

Powered by Google App Engine
This is Rietveld 408576698