| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fcf54344b21ca607a15910b34fcf12063c909300..3016dcbfbcc7605393f2ef1fb12429a2e94b264c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1189,6 +1189,9 @@ const char kValidateCrx[] = "validate-crx";
|
| // Uses experimental simple cache backend if possible.
|
| const char kUseSimpleCacheBackend[] = "use-simple-cache-backend";
|
|
|
| +// Enables using an in-process Mojo service for the v8 proxy resolver.
|
| +const char kV8PacMojoInProcess[] = "v8-pac-mojo-in-process";
|
| +
|
| // Specifies a custom URL for the server which reports variation data to the
|
| // client. Specifying this switch enables the Variations service on
|
| // unofficial builds. See variations_service.cc.
|
|
|