diff options
author | hajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 06:33:08 +0000 |
---|---|---|
committer | hajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 06:33:08 +0000 |
commit | 82b0c30f6f7471154db045b28e7165f94e7d9075 (patch) | |
tree | 6bf4febf001bfe6838f405a51d66b8f9798e23d1 /chrome/browser/autofill | |
parent | 68e103af1202ad37deaf6b4a23334cad0ec71f52 (diff) | |
download | chromium_src-82b0c30f6f7471154db045b28e7165f94e7d9075.zip chromium_src-82b0c30f6f7471154db045b28e7165f94e7d9075.tar.gz chromium_src-82b0c30f6f7471154db045b28e7165f94e7d9075.tar.bz2 |
Enable the Translate bubble UX by default
Remove the flag --enable-translate-new-ux and enable the bubble by default only for the aura environments.
BUG=276181
TEST=browser_tests --gtest_filter=TransalteManagerBrowserTest.*:TranslateBubbleViewBrowserTest.*:TranslateBrowserTest.*
Review URL: https://codereview.chromium.org/148173003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248142 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-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()); |