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

Unified Diff: sync/protocol/experiments_specifics.proto

Issue 19309002: sync: Add pre-commit update avoidance mode + flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits Created 7 years, 5 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: sync/protocol/experiments_specifics.proto
diff --git a/sync/protocol/experiments_specifics.proto b/sync/protocol/experiments_specifics.proto
index f834cb91c039297b50d29c9c3d136e78b2b582ca..1e8732fd028ea2fc80dd8132bc9ef313e7fbbb50 100644
--- a/sync/protocol/experiments_specifics.proto
+++ b/sync/protocol/experiments_specifics.proto
@@ -34,6 +34,11 @@ message FaviconSyncFlags {
optional int32 favicon_sync_limit = 2 [default = 200];
}
+// Flags for enabling the experimental no-precommit GU feature.
+message PreCommitUpdateAvoidanceFlags {
+ optional bool enabled = 1;
+}
+
// 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.
@@ -42,4 +47,5 @@ message ExperimentsSpecifics {
optional HistoryDeleteDirectives history_delete_directives = 2;
optional AutofillCullingFlags autofill_culling = 3;
optional FaviconSyncFlags favicon_sync = 4;
+ optional PreCommitUpdateAvoidanceFlags pre_commit_update_avoidance = 5;
}
« no previous file with comments | « sync/internal_api/test/test_internal_components_factory.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698