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

Unified Diff: chrome/browser/sync/profile_sync_service_model_type_selection_android.h

Issue 493293002: Enable invalidations for supervised user settings on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 'nother compile fix 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
Index: chrome/browser/sync/profile_sync_service_model_type_selection_android.h
diff --git a/chrome/browser/sync/profile_sync_service_model_type_selection_android.h b/chrome/browser/sync/profile_sync_service_model_type_selection_android.h
index 5b95b28ad7db5695d0c9e1fa45fbcc659e0706c1..5da7e64c5f27bea0a6a8307f0ce6c470854707b7 100644
--- a/chrome/browser/sync/profile_sync_service_model_type_selection_android.h
+++ b/chrome/browser/sync/profile_sync_service_model_type_selection_android.h
@@ -33,3 +33,5 @@ DEFINE_MODEL_TYPE_SELECTION(NIGORI, 1<<10)
DEFINE_MODEL_TYPE_SELECTION(DEVICE_INFO, 1<<11)
DEFINE_MODEL_TYPE_SELECTION(EXPERIMENTS, 1<<12)
+
+DEFINE_MODEL_TYPE_SELECTION(SUPERVISED_USER_SETTING, 1<<13)

Powered by Google App Engine
This is Rietveld 408576698