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

Unified Diff: android_webview/tools/system_webview_shell/apk/AndroidManifest.xml

Issue 2102153002: [WebViewShell] Add activity for opening urls while creating/destroying webviews. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no-find-copies Created 4 years, 6 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: android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
diff --git a/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml b/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
index e2d4806ffc2dbb53ced9289627cc9519898e85ad..8a966ea4438a966e7020d32b5c45172080cbeaaf 100644
--- a/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
+++ b/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
@@ -58,6 +58,12 @@
android:exported="true">
</activity>
<activity
+ android:name="org.chromium.webview_shell.WebViewCreateDestroyActivity"
+ android:launchMode="singleTask"
+ android:label="@string/title_activity_create_destroy"
+ android:exported="true">
+ </activity>
+ <activity
android:name="org.chromium.webview_shell.WebViewBrowserActivity"
android:label="@string/title_activity_browser"
android:exported="true"

Powered by Google App Engine
This is Rietveld 408576698