| Index: components/autofill/core/browser/personal_data_manager.h
|
| diff --git a/components/autofill/core/browser/personal_data_manager.h b/components/autofill/core/browser/personal_data_manager.h
|
| index 68515e51f6144d00ecf8d37eb0a95b6491ce6327..8d3c52ea6ae56b058cde497d35a4b73858b756d3 100644
|
| --- a/components/autofill/core/browser/personal_data_manager.h
|
| +++ b/components/autofill/core/browser/personal_data_manager.h
|
| @@ -232,10 +232,6 @@ class PersonalDataManager : public KeyedService,
|
| // will only update when Chrome is restarted.
|
| virtual const std::string& GetDefaultCountryCodeForNewAddress() const;
|
|
|
| - // Returns true if the wallet integration feature is enabled. Note that the
|
| - // feature can still disabled by a user pref.
|
| - bool IsExperimentalWalletIntegrationEnabled() const;
|
| -
|
| // De-dupe credit card suggestions. Full server cards are prefered over their
|
| // local duplicates, and local cards are preferred over their masked server
|
| // card duplicate.
|
|
|