diff options
author | ricea@chromium.org <ricea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-06 07:02:03 +0000 |
---|---|---|
committer | ricea@chromium.org <ricea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-06 07:02:03 +0000 |
commit | cfe803e4c68205abefcd16949bd75842238dacb2 (patch) | |
tree | 7c68f689b8f5bce0b1504aed6e62f31ac61708d3 /chrome/chrome_tests.gypi | |
parent | c8da0a1bcaada2bc0b65ec0b8d43e1f36cad164b (diff) | |
download | chromium_src-cfe803e4c68205abefcd16949bd75842238dacb2.zip chromium_src-cfe803e4c68205abefcd16949bd75842238dacb2.tar.gz chromium_src-cfe803e4c68205abefcd16949bd75842238dacb2.tar.bz2 |
Revert 287689 "Add integration browser tests for settings harden..."
Broken official Windows builder:
http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/25818
> Add integration browser tests for settings hardening.
>
> This CL introduces the PrefHashBrowserTestBase fixture which these tests are based on.
>
> This fixture (in conjunction with the new PREF_HASH_BROWSER_TEST macro) provides an easy way to override 3 methods in order to:
> 1) Setup Chrome as desired in a PRE_ test.
> 2) Attack Preferences while Chrome isn't running.
> 3) Relaunch Chrome and verify reaction to attacks.
>
> The fixture+macro also parametrizes every test such that they are ran in every SettingsEnforcement trial group.
>
> A few pieces were resurrected from the old PrefHashBrowserTest used to test unloaded profile seeding prior to http://crrev.com/277209
>
> Review URL: https://codereview.chromium.org/431973002
TBR=gab@chromium.org,erikwright@chromium.org
Review URL: https://codereview.chromium.org/448563002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 37e8e82..e1aa0d6 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1317,7 +1317,6 @@ 'browser/prefs/pref_functional_browsertest.cc', 'browser/prefs/pref_service_browsertest.cc', 'browser/prefs/synced_pref_change_registrar_browsertest.cc', - 'browser/prefs/tracked/pref_hash_browsertest.cc', 'browser/prerender/prerender_browsertest.cc', 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc', 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc', |