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

Unified Diff: chrome/common/chrome_switches.h

Issue 2138973002: Initial CL for talking to the WebAPK server to generate WebAPK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'webapk_builder_impl0' into webapk_builder_impl2 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/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 4c50ffe5c73fd8019a5c97952c6e396ccb1e40dd..36ed54539dc717bfae8570248e7baa8494c25b77 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -296,6 +296,7 @@ extern const char kV8PacMojoInProcess[];
extern const char kV8PacMojoOutOfProcess[];
extern const char kValidateCrx[];
extern const char kVersion[];
+extern const char kWebApkServerUrl[];
Xi Han 2016/07/14 14:53:17 Please place it within the block with "#if defined
pkotwicz 2016/07/20 05:13:41 Done! Thank you for catching this
extern const char kWindowPosition[];
extern const char kWindowSize[];
extern const char kWindowWorkspace[];

Powered by Google App Engine
This is Rietveld 408576698