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

Unified Diff: chrome/browser/webdata/web_data_service_factory.cc

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/web_data_service_factory.cc
===================================================================
--- chrome/browser/webdata/web_data_service_factory.cc (revision 192613)
+++ chrome/browser/webdata/web_data_service_factory.cc (working copy)
@@ -61,7 +61,8 @@
// All tables objects that participate in managing the database must
// be added here.
web_database_->AddTable(
- scoped_ptr<WebDatabaseTable>(new AutofillTable()));
+ scoped_ptr<WebDatabaseTable>(new AutofillTable(
+ g_browser_process->GetApplicationLocale())));
web_database_->AddTable(
scoped_ptr<WebDatabaseTable>(new KeywordTable()));
// TODO(mdm): We only really need the LoginsTable on Windows for IE7 password
« no previous file with comments | « chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc ('k') | chrome_frame/test/delete_chrome_history_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698