| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a285110d6de43b7cd82a83cc6c88e551ec36c294..9a31ace685e363d4d3a27aa0f84a433e10872044 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1070,6 +1070,9 @@ const char kWindowPosition[] = "window-position";
|
| // Specify the initial window size: --window-size=w,h
|
| const char kWindowSize[] = "window-size";
|
|
|
| +// Specify the initial window workspace: --window-workspace=id
|
| +const char kWindowWorkspace[] = "window-workspace";
|
| +
|
| // Uses WinHTTP to fetch and evaluate PAC scripts. Otherwise the default is to
|
| // use Chromium's network stack to fetch, and V8 to evaluate.
|
| const char kWinHttpProxyResolver[] = "winhttp-proxy-resolver";
|
|
|