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. |