| 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 ef66ce6f6db03137628d0326c3dab4a5fefea5bb..4ac72bbf79b07fe26c7984c58f382f4efa06d455 100644
|
| --- a/components/autofill/core/browser/personal_data_manager.h
|
| +++ b/components/autofill/core/browser/personal_data_manager.h
|
| @@ -219,6 +219,10 @@ class PersonalDataManager : public KeyedService,
|
| void BinaryChanging();
|
| #endif // defined(OS_MACOSX) && !defined(OS_IOS)
|
|
|
| + // Returns true if the wallet integration feature is enabled. Note that the
|
| + // feature can still disabled by a user pref.
|
| + bool IsExperimentalWalletIntegrationEnabled() const;
|
| +
|
| protected:
|
| // Only PersonalDataManagerFactory and certain tests can create instances of
|
| // PersonalDataManager.
|
|
|