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

Unified Diff: chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc

Issue 2907493002: ChromeOS: Per-user time zone: refactor tests first. (Closed)
Patch Set: Update after review. 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
Index: chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc b/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
index 7e7b7fa708fe8f4e290a2ec903ec376df3baa6cb..bd923bb73b92f56fe2cd6cf7d79be8023c6a20fd 100644
--- a/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
+++ b/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
@@ -78,7 +78,6 @@ struct PrefTest {
};
const PrefTest kPrefTests[] = {
- { kSystemTimezone, false, false },
xiyuan 2017/05/26 17:14:53 This seems not related with the CL.
Alexander Alekseev 2017/05/26 18:06:21 Done.
{ prefs::kUse24HourClock, false, false },
{ kAttestationForContentProtectionEnabled, true, true },
{ kAccountsPrefAllowGuest, true, false },

Powered by Google App Engine
This is Rietveld 408576698