| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 42147)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -369,6 +369,9 @@
|
| // Makes this process a GPU sub-process.
|
| const char kGpuProcess[] = "gpu-process";
|
|
|
| +// Causes the GPU process to display a dialog on launch.
|
| +const char kGpuStartupDialog[] = "gpu-startup-dialog";
|
| +
|
| // Make Windows happy by allowing it to show "Enable access to this program"
|
| // checkbox in Add/Remove Programs->Set Program Access and Defaults. This
|
| // only shows an error box because the only way to hide Chrome is by
|
|
|