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

Unified Diff: components/autofill/core/common/autofill_pref_names.h

Issue 910043002: Add checkbox to card unmasking prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix dbg compile Created 5 years, 10 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/common/autofill_pref_names.h
diff --git a/components/autofill/core/common/autofill_pref_names.h b/components/autofill/core/common/autofill_pref_names.h
index fffafd9bff5d298764692a7e6d9d807a3a99f2b2..35ce8cfd49a468a9a8094f8a664c46799b88e744 100644
--- a/components/autofill/core/common/autofill_pref_names.h
+++ b/components/autofill/core/common/autofill_pref_names.h
@@ -18,6 +18,7 @@ extern const char kAutofillNegativeUploadRate[];
extern const char kAutofillPositiveUploadRate[];
extern const char kAutofillUseMacAddressBook[];
extern const char kAutofillWalletImportEnabled[];
+extern const char kAutofillWalletImportStorageCheckboxState[];
extern const char kAutofillWalletSyncExperimentEnabled[];
} // namespace prefs
« no previous file with comments | « components/autofill/core/browser/card_unmask_delegate.cc ('k') | components/autofill/core/common/autofill_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698