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

Unified Diff: chrome/android/testshell/res/layout/testshell_activity.xml

Issue 79573003: Upstreaming AppMenu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 1 month 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
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"

Powered by Google App Engine
This is Rietveld 408576698