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

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

Issue 1958523002: Make WebAPK naming consistent 1/2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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) {

Powered by Google App Engine
This is Rietveld 408576698