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

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

Issue 2109643003: Add billing address to masked server credit cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add version_66.sql to the build file. Created 4 years, 6 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 29c09416398fb1f8dddf5e943e5d2993247dec1e..0d87cd068fbb5326471daea70bf4a1572ac10e32 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
@@ -158,6 +158,10 @@ class AutofillWebDataBackendImpl
const AutofillProfile& profile,
WebDatabase* db);
+ WebDatabase::State UpdateServerCardBillingAddress(
+ const CreditCard& card,
+ WebDatabase* db);
+
WebDatabase::State ClearAllServerData(WebDatabase* db);
// Removes Autofill records from the database. Valid only for local

Powered by Google App Engine
This is Rietveld 408576698