Index: chrome/android/testshell/res/layout/testshell_activity.xml |
diff --git a/chrome/android/testshell/res/layout/testshell_activity.xml b/chrome/android/testshell/res/layout/testshell_activity.xml |
index a228b54ace74ad33a443e4d9243b4196708fb38a..365d5e1d4ce97f91a280f802833e777574a820e2 100644 |
--- a/chrome/android/testshell/res/layout/testshell_activity.xml |
+++ b/chrome/android/testshell/res/layout/testshell_activity.xml |
@@ -29,16 +29,6 @@ |
android:hint="@string/url_hint" |
android:inputType="textUri" |
android:imeOptions="actionGo" /> |
- <ImageButton android:id="@+id/prev" |
- android:layout_width="38dp" |
- android:layout_height="38dp" |
- android:src="@android:drawable/ic_media_previous" |
- android:scaleType="center" /> |
- <ImageButton android:id="@+id/next" |
- android:layout_width="38dp" |
- android:layout_height="38dp" |
- android:src="@android:drawable/ic_media_next" |
- android:scaleType="center" /> |
<ImageButton android:id="@+id/menu_button" |
android:layout_width="38dp" |
android:layout_height="38dp" |