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

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: 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 dec0cf59bf62eee4435e7caa1e32fee074b4b6bc..098fa6a6c9035decaf80514bf3c8cf7e12a5cd7a 100644
--- a/chrome/browser/prefs/pref_hash_filter.h
+++ b/chrome/browser/prefs/pref_hash_filter.h
@@ -29,17 +29,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 {

Powered by Google App Engine
This is Rietveld 408576698