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

Unified Diff: sync/protocol/experiments_specifics.proto

Issue 1785923010: Remove kAutofillWalletSyncExperimentEnabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments Created 4 years, 9 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 4fc0ada6b1ea15a834e12c43b410492a8b1e51aa..958df8268abc5a6d91f8772962f5b6e09268d1e5 100644
--- a/sync/protocol/experiments_specifics.proto
+++ b/sync/protocol/experiments_specifics.proto
@@ -73,5 +73,6 @@ message ExperimentsSpecifics {
// No longer used as of M43.
optional EnhancedBookmarksFlags obsolete_enhanced_bookmarks = 7;
optional GcmInvalidationsFlags gcm_invalidations = 8;
+ // No longer used as of M51.
optional WalletSyncFlags wallet_sync = 9;
Nicolas Zea 2016/03/15 18:19:27 nit: prefix with obsolete_ to ensure no one uses i
Justin Donnelly 2016/03/15 20:02:26 Done. Sorry, should have done this earlier.
}

Powered by Google App Engine
This is Rietveld 408576698