| Index: chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
|
| diff --git a/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java b/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
|
| index 7aaa4604be72c92415bd33cd51ac8e588d65db19..933d6513923a72b8db6b699d7e7e0c04eaa169fa 100644
|
| --- a/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
|
| +++ b/chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java
|
| @@ -25,6 +25,6 @@ public final class WebApkConstants {
|
| "org.chromium.chrome.browser.webapk_force_navigation";
|
|
|
| // Must be kept in sync with chrome/browser/android/shortcut_info.h.
|
| - public static final int SHORTCUT_SOURCE_UNKNOWN = 0;
|
| public static final int SHORTCUT_SOURCE_EXTERNAL_INTENT = 9;
|
| + public static final int SHORTCUT_SOURCE_WEBAPK_UNKNOWN = 11;
|
| }
|
|
|