| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 17be420e9cca5ad54b10093e22844bbe6b36b9f6..621bcd22598a05eda486ce30aaad4d27796e9509 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1109,6 +1109,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)
|
|
|