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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java

Issue 2849873002: [Android WebAPK] Don't navigate WebAPK as a result of WindowClient.focus() (Closed)
Patch Set: Merge branch 'master' into twitter 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/ServiceTabLauncher.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java
index 103f5c8f9c5978362d2b4686d30dbe26484a0926..829c822c7b5e6572eb8c79e1787d4313361d8eae 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java
@@ -1919,7 +1919,7 @@ public abstract class ChromeActivity extends AsyncInitializationActivity
Context context = ContextUtils.getApplicationContext();
String packageName = WebApkValidator.queryWebApkPackage(context, currentTab.getUrl());
Intent launchIntent = WebApkNavigationClient.createLaunchWebApkIntent(
- packageName, currentTab.getUrl());
+ packageName, currentTab.getUrl(), false);
boolean launchFailed = false;
if (launchIntent != null) {
try {
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ServiceTabLauncher.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698