Disable the extract mode in landscape mode for the omnibox suggestions.

The omnibox suggestions facilities were added recently. But we couldn't see any
suggestions in the landscape mode, because the fullscreen keypad covers the
whole screen. So we need to turn this off for usability.

BUG=none

Review URL: https://codereview.chromium.org/309363003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274609 0039d316-1c4b-4281-b951-d872f2087c98
parent ab6151f8
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
android:selectAllOnFocus="true" android:selectAllOnFocus="true"
android:hint="@string/url_hint" android:hint="@string/url_hint"
android:inputType="textUri" android:inputType="textUri"
android:imeOptions="actionGo" /> android:imeOptions="actionGo|flagNoExtractUi" />
<ImageButton android:id="@+id/menu_button" <ImageButton android:id="@+id/menu_button"
android:layout_width="38dp" android:layout_width="38dp"
android:layout_height="38dp" android:layout_height="38dp"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment