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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2526713002: Specify the WebAPK server URL in Chromium source code (Closed)
Patch Set: Disable http/tests/serviceworker/registration.html Created 4 years, 1 month 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.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 6d8a898fdc971bf7be056cb377e93bb0c9e7c5c2..028ad3adf2b5b73abe724d8eed4448e60b4f3431 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1070,6 +1070,9 @@ const char kTabManagementExperimentTypeDisabled[] =
"tab-management-experiment-type-disabled";
const char kTabManagementExperimentTypeElderberry[] =
"tab-management-experiment-type-elderberry";
+
+// Custom WebAPK server URL for the sake of testing.
+const char kWebApkServerUrl[] = "webapk-server-url";
#endif // defined(OS_ANDROID)
#if defined(OS_CHROMEOS)
« chrome/browser/android/webapk/webapk_installer.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698