diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_interactive_uitest.cc')
-rw-r--r-- | chrome/browser/autofill/autofill_interactive_uitest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc index 95a6217..fd9e409 100644 --- a/chrome/browser/autofill/autofill_interactive_uitest.cc +++ b/chrome/browser/autofill/autofill_interactive_uitest.cc @@ -205,6 +205,8 @@ class AutofillInteractiveTest : public InProcessBrowserTest { // InProcessBrowserTest: virtual void SetUpOnMainThread() OVERRIDE { + TranslateManager::SetUseInfobar(true); + // Don't want Keychain coming up on Mac. test::DisableSystemServices(browser()->profile()); |