| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 86986)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -108,10 +108,6 @@
|
| // testing purposes.
|
| const char kCheckForUpdateIntervalSec[] = "check-for-update-interval";
|
|
|
| -// Run Chrome in Chrome Frame mode. This means that Chrome expects to be run
|
| -// as a dependent process of the Chrome Frame plugin.
|
| -const char kChromeFrame[] = "chrome-frame";
|
| -
|
| // Tells chrome to load the specified version of chrome.dll on Windows. If
|
| // this version cannot be loaded, Chrome will exit.
|
| const char kChromeVersion[] = "chrome-version";
|
| @@ -178,9 +174,6 @@
|
| // Disables GPU accelerated video display.
|
| const char kDisableAcceleratedVideo[] = "disable-accelerated-video";
|
|
|
| -// Disables the alternate window station for the renderer.
|
| -const char kDisableAltWinstation[] = "disable-winsta";
|
| -
|
| // Replaces the audio IPC layer for <audio> and <video> with a mock audio
|
| // device, useful when using remote desktop or machines without sound cards.
|
| // This is temporary until we fix the underlying problem.
|
| @@ -712,10 +705,6 @@
|
| // Sets the default port range for debugging.
|
| const char kNaClDebugPorts[] = "nacl-debug-ports";
|
|
|
| -// Causes the process to run as a NativeClient broker
|
| -// (used for launching NaCl loader processes on 64-bit Windows).
|
| -const char kNaClBrokerProcess[] = "nacl-broker";
|
| -
|
| // On POSIX only: the contents of this flag are prepended to the nacl-loader
|
| // command line. Useful values might be "valgrind" or "xterm -e gdb --args".
|
| const char kNaClLoaderCmdPrefix[] = "nacl-loader-cmd-prefix";
|
| @@ -972,10 +961,6 @@
|
| // testing-related messages on IPC channel with the given ID.
|
| const char kTestingChannelID[] = "testing-channel";
|
|
|
| -// Excludes these plugins from the plugin sandbox.
|
| -// This is a comma-separated list of plugin library names.
|
| -const char kTrustedPlugins[] = "trusted-plugins";
|
| -
|
| // Experimental. Shows a dialog asking the user to try chrome. This flag
|
| // is to be used only by the upgrade process.
|
| const char kTryChromeAgain[] = "try-chrome-again";
|
|
|