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

Unified Diff: chrome/android/webapk/libs/common/src/org/chromium/webapk/lib/common/WebApkConstants.java

Issue 2790873002: Add external intents for WebAPKs to Launch.HomescreenSource. (Closed)
Patch Set: D'oh Created 3 years, 8 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/webapk/shell_apk/shell_apk_version.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | chrome/android/webapk/shell_apk/shell_apk_version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698