| 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 68433b3fdb53aade4fb923dc91af2468963566d5..7aaa4604be72c92415bd33cd51ac8e588d65db19 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
|
| @@ -23,4 +23,8 @@ public final class WebApkConstants {
|
| // open.
|
| public static final String EXTRA_WEBAPK_FORCE_NAVIGATION =
|
| "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;
|
| }
|
|
|