Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a125d337c7edd38610435a2ba76f5d90e21ad662..c96c4d1f0ce0670ea0176c6ef3171a4d039de731 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1112,6 +1112,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) |