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

Unified Diff: chrome/android/webapk/shell_apk/shell_apk_version.gni

Issue 2954933002: WebApk needs to be restarted to notice that host browser was uninstalled. (Closed)
Patch Set: Created 3 years, 6 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/src/org/chromium/webapk/shell_apk/MainActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/webapk/shell_apk/shell_apk_version.gni
diff --git a/chrome/android/webapk/shell_apk/shell_apk_version.gni b/chrome/android/webapk/shell_apk/shell_apk_version.gni
index 3bf44efd6e132d71a1a1c2f6664f2c65a1b099ad..cdbf4e0141c58edc3553a90d983216db3a14c7e0 100644
--- a/chrome/android/webapk/shell_apk/shell_apk_version.gni
+++ b/chrome/android/webapk/shell_apk/shell_apk_version.gni
@@ -6,7 +6,7 @@
# (including AndroidManifest.xml) is updated. This version should be incremented
# prior to uploading a new ShellAPK to the WebAPK Minting Server.
# Does not affect Chrome.apk
-template_shell_apk_version = 8
+template_shell_apk_version = 9
hartmanng 2017/06/26 17:35:22 drive-by nit: https://codereview.chromium.org/2948
Xi Han 2017/06/26 17:45:56 Thanks Glenn, I will rebase it soon.
# The ShellAPK version expected by Chrome. Chrome will try to update the WebAPK
# if the WebAPK's ShellAPK version is less than |expected_shell_apk_version|.
« no previous file with comments | « no previous file | chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698