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

Unified Diff: chrome/browser/prefs/tracked/pref_hash_browsertest.cc

Issue 619423002: Remove the domain check gating settings protection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/prefs/tracked/pref_hash_browsertest.cc
diff --git a/chrome/browser/prefs/tracked/pref_hash_browsertest.cc b/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
index 833d912cd45ee8caffdf893c19a45bd4c593e3f2..ea96ad4fc817357e45140c5c3830a2f8c7797b26 100644
--- a/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
+++ b/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
@@ -228,14 +228,6 @@ class PrefHashBrowserTestBase
return true;
}
- virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
- ExtensionBrowserTest::SetUpInProcessBrowserTestFixture();
-
- // Bots are on a domain, turn off the domain check for settings hardening in
- // order to be able to test all SettingsEnforcement groups.
- chrome_prefs::DisableDelaysAndDomainCheckForTesting();
- }
-
// In the PRE_ test, find the number of tracked preferences that were
// initialized and save it to a file to be read back in the main test and used
// as the total number of tracked preferences.

Powered by Google App Engine
This is Rietveld 408576698