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; |