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

Unified Diff: chrome/browser/autofill/options_util.cc

Issue 1785923010: Remove kAutofillWalletSyncExperimentEnabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/browser/autofill/options_util.cc
diff --git a/chrome/browser/autofill/options_util.cc b/chrome/browser/autofill/options_util.cc
index 059a587ba3043a5f07ab5dfec1f74e1ea2a11c00..52e4ebd6dd4564d775d43c9782ec5b8fe4b53f03 100644
--- a/chrome/browser/autofill/options_util.cc
+++ b/chrome/browser/autofill/options_util.cc
@@ -14,8 +14,7 @@ namespace autofill {
bool WalletIntegrationAvailableForProfile(Profile* profile) {
Evan Stade 2016/03/14 23:01:58 it doesn't seem like this is actually used anywher
Justin Donnelly 2016/03/15 17:09:44 Woohoo! More code to delete. :)
return WalletIntegrationAvailable(
- ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile),
- *PersonalDataManagerFactory::GetForProfile(profile));
+ ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile));
}
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698