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

Unified Diff: chrome/browser/ui/webui/options/autofill_options_handler.h

Issue 996973003: Revamp Autofill Wallet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 9 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: chrome/browser/ui/webui/options/autofill_options_handler.h
diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.h b/chrome/browser/ui/webui/options/autofill_options_handler.h
index 3f80e554f9efe0de20b46a5b2bf86d51a532a589..13b0363261c59d26d34495e1e83f7ee721005236 100644
--- a/chrome/browser/ui/webui/options/autofill_options_handler.h
+++ b/chrome/browser/ui/webui/options/autofill_options_handler.h
@@ -94,8 +94,9 @@ class AutofillOptionsHandler : public OptionsPageUIHandler,
// array of numbers, and the country code string set on the profile.
void ValidatePhoneNumbers(const base::ListValue* args);
- // Resets the masked state on all unmasked Wallet cards.
- void RemaskServerCards(const base::ListValue* args);
+ // Resets the masked state on the unmasked Wallet card described by the GUID
+ // in args[0].
+ void RemaskServerCard(const base::ListValue* args);
// Returns true if |personal_data_| is non-null and loaded.
bool IsPersonalDataLoaded() const;

Powered by Google App Engine
This is Rietveld 408576698