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

Unified Diff: components/autofill/core/browser/webdata/autofill_webdata.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.h
diff --git a/components/autofill/core/browser/webdata/autofill_webdata.h b/components/autofill/core/browser/webdata/autofill_webdata.h
index 16873579d971bd66d14266dcaa099d862b49cf52..2cf04ef2902cb22984d01e15985b7104c481e4a3 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata.h
@@ -75,7 +75,7 @@ class AutofillWebData {
// consumer owns the profiles.
virtual WebDataServiceBase::Handle GetAutofillProfiles(
WebDataServiceConsumer* consumer) = 0;
- virtual WebDataServiceBase::Handle GetAutofillServerProfiles(
+ virtual WebDataServiceBase::Handle GetServerProfiles(
WebDataServiceConsumer* consumer) = 0;
// Schedules a task to update autofill entries in the web database.

Powered by Google App Engine
This is Rietveld 408576698