| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c41e603978a8894866be5af238b896c80a33f103..5267c373c5c156c41f3e2cc773efddace1c2444c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1106,6 +1106,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)
|
|
|