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

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

Issue 2860193002: Correctly record WebAPK install source for Launch.HomescreenSource (Closed)
Patch Set: Created 3 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/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;
}

Powered by Google App Engine
This is Rietveld 408576698