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

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

Issue 2829943002: Redirecting off-origin navigations in PWAs to CCT. (Closed)
Patch Set: Relaxed the WebApkIntegrationTest Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/tab/TabContextMenuItemDelegate.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index c28f2f2f5bd8e3de5d950a2b3c8fa06cd531d07e..2ecb48f4567362f45d2bcb60693dd6db51de7863 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -486,6 +486,7 @@ by a child template that "extends" this file.
<activity android:name="org.chromium.chrome.browser.webapps.WebappActivity"
android:theme="@style/WebappTheme"
android:label="@string/webapp_activity_title"
+ android:launchMode="singleTop"
android:documentLaunchMode="intoExisting"
android:persistableMode="persistNever"
{{ self.supports_video_persistence() }}
@@ -517,6 +518,7 @@ by a child template that "extends" this file.
<activity android:name="org.chromium.chrome.browser.webapps.WebApkActivity"
android:theme="@style/WebappTheme"
android:label="@string/webapp_activity_title"
+ android:launchMode="singleTop"
android:documentLaunchMode="intoExisting"
android:persistableMode="persistNever"
{{ self.supports_video_persistence() }}
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/tab/TabContextMenuItemDelegate.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698