Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1791)

Unified Diff: chrome/android/shell/res/layout/chrome_shell_activity.xml

Issue 309363003: Disable the extract mode in landscape mode for the omnibox suggestions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/res/layout/chrome_shell_activity.xml
diff --git a/chrome/android/shell/res/layout/chrome_shell_activity.xml b/chrome/android/shell/res/layout/chrome_shell_activity.xml
index f9d37b7ba492d9ba87fecffcdcbbd11e5be6f948..16d3001030984e97d8ebcfe6587ae8f5fc2af3cd 100644
--- a/chrome/android/shell/res/layout/chrome_shell_activity.xml
+++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml
@@ -28,7 +28,7 @@
android:selectAllOnFocus="true"
android:hint="@string/url_hint"
android:inputType="textUri"
- android:imeOptions="actionGo" />
+ android:imeOptions="actionGo|flagNoExtractUi" />
<ImageButton android:id="@+id/menu_button"
android:layout_width="38dp"
android:layout_height="38dp"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698