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

Unified Diff: chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersion.template

Issue 2259713002: Request upgraded WebAPK from WebAPK server if the ShellAPK version changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into shell_apk_version Created 4 years, 4 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/client/src/org/chromium/webapk/lib/client/WebApkVersion.template
diff --git a/chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersion.template b/chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersion.template
index 2b11484326d7e3c836b9bcee3c61e76fd4180acc..489c470f3ef11885de054be17c49f4ee4bc0b19a 100644
--- a/chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersion.template
+++ b/chrome/android/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkVersion.template
@@ -8,4 +8,6 @@ public class WebApkVersion {
public static final int CURRENT_RUNTIME_DEX_VERSION = CURRENT_RUNTIME_DEX_VERSION_VALUE;
+public static final int CURRENT_SHELL_APK_VERSION = CURRENT_SHELL_APK_VERSION_VALUE;
+
}

Powered by Google App Engine
This is Rietveld 408576698