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

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

Issue 2805923002: Enable settings hardening on OSX when no Finch config is present (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « chrome/browser/prefs/chrome_pref_service_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 513998b727f277aae996165a606ddf5b53dd2be5..c3984980a848508ea676fd234c84a655e07efd12 100644
--- a/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
+++ b/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
@@ -415,9 +415,9 @@ class PrefHashBrowserTestBase
// 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;
« no previous file with comments | « chrome/browser/prefs/chrome_pref_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698