| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d28ea97f57d5f171fc99576ac4dd337966fbaca9..5bf4f028c3e52f3fa786c6eb87a749f0979846e4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1071,6 +1071,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)
|
|
|