summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
diff options
context:
space:
mode:
authorhajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-31 10:32:31 +0000
committerhajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-31 10:32:31 +0000
commit5a6065983ac13ab155c76fa95347a29a7ec34f36 (patch)
treec0fe8fec6637786f43137388b8f1c1869121c9fb /chrome/browser/autofill
parent0a60240c54c635bc2dc6cc5e4e9839865f0c48aa (diff)
downloadchromium_src-5a6065983ac13ab155c76fa95347a29a7ec34f36.zip
chromium_src-5a6065983ac13ab155c76fa95347a29a7ec34f36.tar.gz
chromium_src-5a6065983ac13ab155c76fa95347a29a7ec34f36.tar.bz2
Revert 248146 "Revert 248142 "Enable the Translate bubble UX by ..."
> Revert 248142 "Enable the Translate bubble UX by default" > > > 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 > > TBR=hajimehoshi@chromium.org > > Review URL: https://codereview.chromium.org/151243002 TBR=hajimehoshi@chromium.org Review URL: https://codereview.chromium.org/151293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248162 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r--chrome/browser/autofill/autofill_interactive_uitest.cc2
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());