summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/textfield
diff options
context:
space:
mode:
authormsw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-09 20:49:44 +0000
committermsw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-09 20:49:44 +0000
commitc7501270c8c353ab67c2a6e9a142308d10ddd64f (patch)
tree0b44e33ecd71c6f98f19bbf420afcd973bf00a0a /ui/views/controls/textfield
parentf679435ec0f3a09f11eb72aa719ff3a1da542c03 (diff)
downloadchromium_src-c7501270c8c353ab67c2a6e9a142308d10ddd64f.zip
chromium_src-c7501270c8c353ab67c2a6e9a142308d10ddd64f.tar.gz
chromium_src-c7501270c8c353ab67c2a6e9a142308d10ddd64f.tar.bz2
Reland: Use Views Omnibox and Textfields by default on non-Aura Win.
This CL was originally landed as: http://crrev.com/192702 That was reverted for failures in: http://crrev.com/192766 The test failure investigation is: http://crbug.com/227444 The test failure was silenced by: http://crrev.com/193161 The original CL description follows. Enable by default to expand dogfooding for release. Users can --disable-views-textfield via commandline or about:flags. File related Chrome UI (not web content) bugs against msw. Known issues: http://crbug.com/?q=owner=msw@chromium.org BUG=131660 TEST=Textfields work well enough on non-Aura Win. TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/13771018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193202 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/controls/textfield')
-rw-r--r--ui/views/controls/textfield/textfield.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/views/controls/textfield/textfield.cc b/ui/views/controls/textfield/textfield.cc
index 21a2ab4..1651c9b 100644
--- a/ui/views/controls/textfield/textfield.cc
+++ b/ui/views/controls/textfield/textfield.cc
@@ -56,7 +56,6 @@ bool Textfield::IsViewsTextfieldEnabled() {
return false;
if (command_line->HasSwitch(switches::kEnableViewsTextfield))
return true;
- return false;
#endif
return true;
}