commit | 2562e6f3cf64e1eb1ae95098fa46e626a4494cb5 | [log] [tgz] |
---|---|---|
author | proberge <[email protected]> | Mon Apr 10 17:46:57 2017 |
committer | Commit bot <[email protected]> | Mon Apr 10 17:46:57 2017 |
tree | 08a2acef5f376e6801ed6a52d40151921e41b1f8 | |
parent | 2aa395986fe5e88a8c6d867c5e6e663697c89854 [diff] [blame] |
Enable settings hardening on OSX when no Finch config is present BUG=500085 Review-Url: https://codereview.chromium.org/2805923002 Cr-Commit-Position: refs/heads/master@{#463313}
diff --git a/chrome/browser/prefs/tracked/pref_hash_browsertest.cc b/chrome/browser/prefs/tracked/pref_hash_browsertest.cc index ec497040..3236587 100644 --- a/chrome/browser/prefs/tracked/pref_hash_browsertest.cc +++ b/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
@@ -417,9 +417,9 @@ // builds. #if defined(OFFICIAL_BUILD) -#if defined(OS_WIN) - // The strongest mode is enforced on Windows in the absence of a field - // trial. +#if defined(OS_WIN) || defined(OS_MACOSX) + // The strongest mode is enforced on Windows and MacOS in the absence of a + // field trial. return PROTECTION_ENABLED_ALL; #else return PROTECTION_DISABLED_FOR_GROUP;