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

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 791767dfd3658af21893f542e3bd3ae1bb05b07f..a24a57c016f880a5a78cb90a7a16fbe09b9f0704 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -310,6 +310,7 @@ extern const char kTabManagementExperimentTypeChive[];
extern const char kTabManagementExperimentTypeDill[];
extern const char kTabManagementExperimentTypeDisabled[];
extern const char kTabManagementExperimentTypeElderberry[];
+extern const char kWebApkServerUrl[];
#endif // defined(OS_ANDROID)
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698