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

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

Issue 969103003: Don't save duplicates of wallet addresses to local Autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make test work 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 6fc052b3f668964b4c09c445cd33fed700f325f4..027abbf8be8bb83a094fa0c334543db866db0587 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
@@ -112,7 +112,7 @@ class AutofillWebDataBackendImpl
// Returns the local/server Autofill profiles from the web database.
scoped_ptr<WDTypedResult> GetAutofillProfiles(WebDatabase* db);
- scoped_ptr<WDTypedResult> GetAutofillServerProfiles(WebDatabase* db);
+ scoped_ptr<WDTypedResult> GetServerProfiles(WebDatabase* db);
// Updates Autofill entries in the web database.
WebDatabase::State UpdateAutofillEntries(

Powered by Google App Engine
This is Rietveld 408576698