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

Unified Diff: components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h

Issue 947693002: Add use_count and use_date to unmasked server cards as well. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: internal time instead of time_t 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/browser/webdata/autofill_webdata_backend_impl.h
diff --git a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
index 1d01a699b792bbde028637d12ae1843f5693ce99..6fc052b3f668964b4c09c445cd33fed700f325f4 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
@@ -143,6 +143,10 @@ class AutofillWebDataBackendImpl
WebDatabase::State MaskServerCreditCard(const std::string& id,
WebDatabase* db);
+ WebDatabase::State UpdateUnmaskedCardUsageStats(
+ const CreditCard& credit_card,
+ WebDatabase* db);
+
// Removes Autofill records from the database. Valid only for local
// cards/profiles.
WebDatabase::State RemoveAutofillDataModifiedBetween(

Powered by Google App Engine
This is Rietveld 408576698