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

Unified Diff: chrome/browser/prefs/pref_hash_filter.h

Issue 147053005: Coarser levels for the SettingsEnforcement field trial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: constantify trial/group names Created 6 years, 10 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
Index: chrome/browser/prefs/pref_hash_filter.h
diff --git a/chrome/browser/prefs/pref_hash_filter.h b/chrome/browser/prefs/pref_hash_filter.h
index 2524d9a3e51057ba5475b20529cdfe3fbda9082b..8d7ced5ddb5687425422e29302f29c22abc7ff7d 100644
--- a/chrome/browser/prefs/pref_hash_filter.h
+++ b/chrome/browser/prefs/pref_hash_filter.h
@@ -30,17 +30,9 @@ class Value;
// are changed.
class PrefHashFilter : public PrefFilter {
public:
- // Enforcement levels are defined in order of intensity; the next level always
- // implies the previous one and more.
enum EnforcementLevel {
NO_ENFORCEMENT,
- ENFORCE,
- ENFORCE_NO_SEEDING,
- ENFORCE_NO_SEEDING_NO_MIGRATION,
- // ENFORCE_ALL must always remain last; it is meant to be used when the
- // desired level is underdetermined and the caller wants to enforce the
- // strongest level to be safe.
- ENFORCE_ALL
+ ENFORCE_ON_LOAD
};
enum PrefTrackingStrategy {
« no previous file with comments | « chrome/browser/prefs/chrome_pref_service_factory.cc ('k') | chrome/browser/prefs/pref_hash_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698