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