Chromium Code Reviews| 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.
|
| } |