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

Unified Diff: chrome/android/testshell/java/AndroidManifest.xml

Issue 11377011: Fix adb_run_content_shell to correctly pass URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/java/AndroidManifest.xml
diff --git a/chrome/android/testshell/java/AndroidManifest.xml b/chrome/android/testshell/java/AndroidManifest.xml
index 8990f3a8b3293c8628c95ee8aed9bfe7508ac023..2806af95fcadac762863dd51e941ab0888e9c684 100644
--- a/chrome/android/testshell/java/AndroidManifest.xml
+++ b/chrome/android/testshell/java/AndroidManifest.xml
@@ -16,6 +16,7 @@
android:label="ChromiumTestShell">
<activity android:name="org.chromium.chrome.testshell.ChromiumTestShellActivity"
android:label="ChromiumTestShellActivity"
+ android:launchMode="singleTask"
android:hardwareAccelerated="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Powered by Google App Engine
This is Rietveld 408576698