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

Unified Diff: content/shell/android/res/layout/shell_view.xml

Issue 10800019: Refactor ContentShell to remove ContentViewClient dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: content/shell/android/res/layout/shell_view.xml
diff --git a/content/shell/android/res/layout/shell_view.xml b/content/shell/android/res/layout/shell_view.xml
index 05dca52bca49c497faca034d4b6182b62f752cce..d6c15d6f91f855af81c6a6550043c5fae7e1226a 100644
--- a/content/shell/android/res/layout/shell_view.xml
+++ b/content/shell/android/res/layout/shell_view.xml
@@ -6,7 +6,7 @@
found in the LICENSE file.
-->
-<org.chromium.content_shell.ShellView
+<org.chromium.content_shell.Shell
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/container"
android:layout_width="match_parent"
@@ -45,4 +45,4 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
-</org.chromium.content_shell.ShellView>
+</org.chromium.content_shell.Shell>

Powered by Google App Engine
This is Rietveld 408576698