| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 41921)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -73,6 +73,9 @@
|
| // Triggers a pletora of diagnostic modes.
|
| const char kDiagnostics[] = "diagnostics";
|
|
|
| +// Disables the custom AeroPeek on Windows 7.
|
| +const char kDisableAeroPeek[] = "disable-aeropeek";
|
| +
|
| // Disables the alternate window station for the renderer.
|
| const char kDisableAltWinstation[] = "disable-winsta";
|
|
|
|
|