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

Unified Diff: chrome/android/webapk/shell_apk/BUILD.gn

Issue 2124513002: Introduce ManifestUpgradeDetector for WebAPK to detect web manifest changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remvoe tests in WebappDataStorageTests. Created 4 years, 5 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/shell_apk/BUILD.gn
diff --git a/chrome/android/webapk/shell_apk/BUILD.gn b/chrome/android/webapk/shell_apk/BUILD.gn
index d5f431671104e96e99328b73b5a0b06d3fbcd86b..4e0366742dc9abe784e7b897bb911cdccb7ce205 100644
--- a/chrome/android/webapk/shell_apk/BUILD.gn
+++ b/chrome/android/webapk/shell_apk/BUILD.gn
@@ -22,8 +22,8 @@ declare_args() {
webapk_scope_url = "https://www.template.com"
webapk_display_mode = "standalone"
webapk_orientation = "portrait"
- webapk_theme_color = "4288230399L" #0xFF9933FF
- webapk_background_color = "4291624959L" #0xFFCCFFFF
+ webapk_theme_color = "2147483648L" # HostBrowserLauncher#MANIFEST_COLOR_INVALID_OR_MISSING
+ webapk_background_color = "2147483648L" #HostBrowserLauncher#MANIFEST_COLOR_INVALID_OR_MISSING
# The URL of the app icon. Empty if the app icon is generated.
webapk_icon_url = "http://www.template.com/icon.png"

Powered by Google App Engine
This is Rietveld 408576698