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

Unified Diff: content/shell/android/aura_shell_apk/res/layout/content_shell_activity.xml

Issue 1284343005: NOT FOR REVIEW: Aura on Android - content shell compiles Base URL: https://chromium.googlesource.com/chromium/src.git@build_ALL_patch
Patch Set: Created 5 years, 4 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/aura_shell_apk/res/layout/content_shell_activity.xml
diff --git a/content/shell/android/shell_apk/res/layout/content_shell_activity.xml b/content/shell/android/aura_shell_apk/res/layout/content_shell_activity.xml
similarity index 88%
copy from content/shell/android/shell_apk/res/layout/content_shell_activity.xml
copy to content/shell/android/aura_shell_apk/res/layout/content_shell_activity.xml
index c62e66ec5dc4c82b36ee5bece9d72661b013a6bd..e73d9fe19dd94f0f7a1f4f760de9605f586e6f01 100644
--- a/content/shell/android/shell_apk/res/layout/content_shell_activity.xml
+++ b/content/shell/android/aura_shell_apk/res/layout/content_shell_activity.xml
@@ -7,7 +7,7 @@
-->
<merge xmlns:android="http://schemas.android.com/apk/res/android">
- <org.chromium.content_shell.ShellManager
+ <org.chromium.aura_content_shell_apk.ShellManager
mfomitchev 2015/08/12 22:18:46 Ok, using ShellManager here is clearly wrong. I as
android:id="@+id/shell_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />

Powered by Google App Engine
This is Rietveld 408576698