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

Unified Diff: components/autofill/core/browser/personal_data_manager.h

Issue 875243003: Add sync experiment flag for wallet datatype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 11 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: 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.
« no previous file with comments | « components/autofill/core/browser/autofill_manager.cc ('k') | components/autofill/core/browser/personal_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698