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

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: Remove ManifestUpgradeDetector.Observer. 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 27c708d49b096e6c6e3b427882f251b2d0dff7d9..de544b4fa6f1924076604e882ea0b1c3a859fdf2 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"
pkotwicz 2016/07/19 18:02:37 Can you add a comment as to what this number repre
Xi Han 2016/07/20 18:54:59 Done.
+ webapk_background_color = "2147483648L"
# 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