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

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

Issue 996973003: Revamp Autofill Wallet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac compiles 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: 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 f1fc9c17acad78e7807ea2449c2a1448bd5bef63..8bb142716677b7680b34301db7e937dcad2cab2f 100644
--- a/components/autofill/core/browser/personal_data_manager.h
+++ b/components/autofill/core/browser/personal_data_manager.h
@@ -121,7 +121,11 @@ class PersonalDataManager : public KeyedService,
// status can be changed.
void UpdateServerCreditCard(const CreditCard& credit_card);
+ // Resets the card for |guid| to the masked state.
+ void ResetFullServerCard(const std::string& guid);
+
// Resets all unmasked cards to the masked state.
+ // TODO(estade): remove this.
void ResetFullServerCards();
// Returns the credit card with the specified |guid|, or NULL if there is
« no previous file with comments | « components/autofill/core/browser/autofill_profile.h ('k') | components/autofill/core/browser/personal_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698