Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 99ba806f65ec014b0f8bbefa0d169b80e9a9d9d7..b0a5727361a4cc23113066adad606d94c4503767 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1115,6 +1115,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) |