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..e3f2c04054644752d30dd2d9ba8fb30c86be2acd 100644 |
--- a/components/autofill/core/browser/personal_data_manager.h |
+++ b/components/autofill/core/browser/personal_data_manager.h |
@@ -329,6 +329,10 @@ class PersonalDataManager : public KeyedService, |
// The observers. |
ObserverList<PersonalDataManagerObserver> observers_; |
+ // Used for testing purposes only. If true wallet card sync will be enabled |
+ // regardless of command line switches or prefs. |
+ bool test_force_wallet_card_sync_enabled_; |
Evan Stade
2015/02/02 23:13:12
this is not appropriate. You can adjust the comman
Walter Cacau
2015/02/03 00:47:40
Done.
|
+ |
private: |
// Finds the country code that occurs most frequently among all profiles. |
// Prefers verified profiles over unverified ones. |