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

Unified Diff: chrome/browser/chromeos/system/timezone_resolver_manager.cc

Issue 2416213004: ChromeOS: removed outdated --disable-timezone-tracking-option switch. (Closed)
Patch Set: Created 4 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: chrome/browser/chromeos/system/timezone_resolver_manager.cc
diff --git a/chrome/browser/chromeos/system/timezone_resolver_manager.cc b/chrome/browser/chromeos/system/timezone_resolver_manager.cc
index a25a76e4bda6c47cf2502c1f7215d86a10babca5..ac9f3586e9be59299e067fa283bab8e3f4363559 100644
--- a/chrome/browser/chromeos/system/timezone_resolver_manager.cc
+++ b/chrome/browser/chromeos/system/timezone_resolver_manager.cc
@@ -160,10 +160,6 @@ bool TimeZoneResolverManager::TimeZoneResolverShouldBeRunningForTests() {
}
bool TimeZoneResolverManager::TimeZoneResolverShouldBeRunning() {
- if (base::CommandLine::ForCurrentProcess()->HasSwitch(
- chromeos::switches::kDisableTimeZoneTrackingOption)) {
- return false;
- }
ServiceConfiguration result = GetServiceConfigurationFromPolicy();
if (result == UNSPECIFIED) {

Powered by Google App Engine
This is Rietveld 408576698