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

Unified Diff: chrome/android/java/res/layout/js_modal_dialog.xml

Issue 11555004: Refactoring JavaScript modal dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/java/res/layout/js_modal_dialog.xml
diff --git a/chrome/android/java/res/layout/js_modal_dialog.xml b/chrome/android/java/res/layout/js_modal_dialog.xml
index 1cbfb0add220535ca65d3e3bca160249cf9b0a4b..c7bd44bc04e7afca4161fad5028f5dcd54292b4a 100644
--- a/chrome/android/java/res/layout/js_modal_dialog.xml
+++ b/chrome/android/java/res/layout/js_modal_dialog.xml
@@ -59,23 +59,5 @@
android:layout_gravity="left"
/>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- >
- <Button android:id="@+id/js_modal_dialog_button_cancel"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/js_modal_dialog_cancel"
- android:layout_weight="1"
- />
- <Button android:id="@+id/js_modal_dialog_button_confirm"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/js_modal_dialog_confirm"
- android:layout_weight="1"
- />
- </LinearLayout>
</LinearLayout>
</ScrollView>

Powered by Google App Engine
This is Rietveld 408576698