| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 216674d70da32bfb901fdbcbad6769a560705a77..74749fb2a1846c4b794a1da9b6d35bf92283e79e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1093,6 +1093,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)
|
|
|