| Index: chrome/android/java/src/org/chromium/chrome/browser/externalnav/ExternalNavigationHandler.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/externalnav/ExternalNavigationHandler.java b/chrome/android/java/src/org/chromium/chrome/browser/externalnav/ExternalNavigationHandler.java
|
| index 878115557bf93587f4e95e96af82ac8504cfb0b1..b53bea3b5b557923e2a08cd050c7ee8915b30723 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/externalnav/ExternalNavigationHandler.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/externalnav/ExternalNavigationHandler.java
|
| @@ -200,10 +200,10 @@ public class ExternalNavigationHandler {
|
| // http://crbug/331571 : Do not override a navigation started from user typing.
|
| // http://crbug/424029 : Need to stay in Chrome for an intent heading explicitly to Chrome.
|
| // BookmarkUrl#openUrl() sends an intent to Chrome to open a bookmark. When the url is
|
| - // within the scope of a web APK, the web APK should handle the navigation when the
|
| + // within the scope of a WebAPK, the WebAPK should handle the navigation when the
|
| // bookmark is tapped.
|
| // When the user selects "Chrome" from the intent picker for a URL which falls within the
|
| - // scope of a web APK, Chrome should handle the navigation to the URL.
|
| + // scope of a WebAPK, Chrome should handle the navigation to the URL.
|
| // TODO(pkotwicz|hanxi): http://crbug/ 604372. Devise a way of differentiating the two
|
| // cases.
|
| if (params.getRedirectHandler() != null) {
|
|
|