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

Unified Diff: chrome/browser/webdata/autofill_profile_syncable_service.h

Issue 13488009: Remove application locale cache in autofill code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 8 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: chrome/browser/webdata/autofill_profile_syncable_service.h
===================================================================
--- chrome/browser/webdata/autofill_profile_syncable_service.h (revision 192613)
+++ chrome/browser/webdata/autofill_profile_syncable_service.h (working copy)
@@ -73,9 +73,8 @@
const AutofillProfileChange& change) OVERRIDE;
protected:
- explicit AutofillProfileSyncableService(
- AutofillWebDataService* web_data_service,
- const std::string& app_locale);
+ AutofillProfileSyncableService(AutofillWebDataService* web_data_service,
+ const std::string& app_locale);
// A convenience wrapper of a bunch of state we pass around while
// associating models, and send to the WebDatabase for persistence.
@@ -162,7 +161,8 @@
// |merge_into| has extra data. Returns |true| if |merge_into| posseses some
// multi-valued field values that are not in |merge_from|, false otherwise.
static bool MergeProfile(const AutofillProfile& merge_from,
- AutofillProfile* merge_into);
+ AutofillProfile* merge_into,
+ const std::string& app_locale);
// For unit-tests.
AutofillProfileSyncableService();

Powered by Google App Engine
This is Rietveld 408576698