Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / sync / protocol / experiments_specifics.proto
index 1e8732f..790cf02 100644 (file)
@@ -39,6 +39,17 @@ message PreCommitUpdateAvoidanceFlags {
   optional bool enabled = 1;
 }
 
+// Flags for enabling the GCM feature.
+message GcmChannelFlags {
+  optional bool enabled = 1;
+}
+
+// Flags for enabling the experimental enhanced bookmarks feature.
+message EnhancedBookmarksFlags {
+  optional bool enabled = 1;
+  optional string extension_id = 2;
+}
+
 // Contains one flag or set of related flags.  Each node of the experiments type
 // will have a unique_client_tag identifying which flags it contains.  By
 // convention, the tag name should match the sub-message name.
@@ -48,4 +59,6 @@ message ExperimentsSpecifics {
   optional AutofillCullingFlags autofill_culling = 3;
   optional FaviconSyncFlags favicon_sync = 4;
   optional PreCommitUpdateAvoidanceFlags pre_commit_update_avoidance = 5;
+  optional GcmChannelFlags gcm_channel = 6;
+  optional EnhancedBookmarksFlags enhanced_bookmarks = 7;
 }