| 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"
|
|
|