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

Unified Diff: trunk/src/chrome/browser/prefs/chrome_pref_service_factory.cc

Issue 448563002: Revert 287689 "Add integration browser tests for settings harden..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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 | « no previous file | trunk/src/chrome/browser/prefs/tracked/pref_hash_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/prefs/chrome_pref_service_factory.cc
===================================================================
--- trunk/src/chrome/browser/prefs/chrome_pref_service_factory.cc (revision 287716)
+++ trunk/src/chrome/browser/prefs/chrome_pref_service_factory.cc (working copy)
@@ -241,8 +241,7 @@
// Use the strongest enforcement setting in the absence of a field trial
// config on Windows. Remember to update the OFFICIAL_BUILD section of
- // extension_startup_browsertest.cc and pref_hash_browsertest.cc when updating
- // the default value below.
+ // extension_startup_browsertest.cc when updating the default value below.
// TODO(gab): Enforce this on all platforms.
SettingsEnforcementGroup enforcement_group =
#if defined(OS_WIN)
@@ -408,8 +407,6 @@
namespace internals {
-// Group modifications should be reflected in first_run_browsertest.cc and
-// pref_hash_browsertest.cc.
const char kSettingsEnforcementTrialName[] = "SettingsEnforcement";
const char kSettingsEnforcementGroupNoEnforcement[] = "no_enforcement";
const char kSettingsEnforcementGroupEnforceAlways[] = "enforce_always";
« no previous file with comments | « no previous file | trunk/src/chrome/browser/prefs/tracked/pref_hash_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698