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

Unified Diff: chrome/browser/autofill/autofill_external_delegate_browsertest.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
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | chrome/browser/autofill/personal_data_manager_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_external_delegate_browsertest.cc
===================================================================
--- chrome/browser/autofill/autofill_external_delegate_browsertest.cc (revision 192613)
+++ chrome/browser/autofill/autofill_external_delegate_browsertest.cc (working copy)
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "base/memory/scoped_ptr.h"
+#include "chrome/browser/browser_process.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_tabstrip.h"
#include "chrome/browser/ui/tabs/tab_strip_model.h"
@@ -58,7 +59,9 @@
public:
TestAutofillManager(content::WebContents* web_contents,
autofill::AutofillManagerDelegate* delegate)
- : AutofillManager(web_contents, delegate) {}
+ : AutofillManager(web_contents,
+ delegate,
+ g_browser_process->GetApplicationLocale()) {}
virtual ~TestAutofillManager() {}
private:
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | chrome/browser/autofill/personal_data_manager_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698