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

Unified Diff: sync/internal_api/public/util/experiments.h

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/internal_api/public/util/experiments.h
diff --git a/sync/internal_api/public/util/experiments.h b/sync/internal_api/public/util/experiments.h
index 264702ea9dc6ef32e6d52f20c265a8a12b553d9b..89ea25fbcec1e5970dea78d3b187895b9392dd42 100644
--- a/sync/internal_api/public/util/experiments.h
+++ b/sync/internal_api/public/util/experiments.h
@@ -36,6 +36,7 @@ struct Experiments {
bool gcm_invalidations_enabled;
// Enable the Wallet Autofill sync datatype.
+ // No longer used as of M51.
bool wallet_sync_enabled;
Nicolas Zea 2016/03/15 18:19:27 We can actually just delete this (and kWalletSyncT
Justin Donnelly 2016/03/15 20:02:25 Done.
};

Powered by Google App Engine
This is Rietveld 408576698