Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 706c1e7656266d3ee1f89ac7b329e82730916282..76f38a0dd3a519691dfc957a22ee315de9a05d5e 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -916,10 +916,6 @@ const char kMetricsRecordingOnly[] = "metrics-recording-only"; |
| // Enables multiprofile Chrome. |
| const char kMultiProfiles[] = "multi-profiles"; |
| -// Causes the process to run as a NativeClient broker |
| -// (used for launching NaCl loader processes on 64-bit Windows). |
| -const char kNaClBrokerProcess[] = "nacl-broker"; |
| - |
| // Uses NaCl manifest URL to choose whether NaCl program will be debugged by |
| // debug stub. |
| // Switch value format: [!]pattern1,pattern2,...,patternN. Each pattern uses |
| @@ -930,19 +926,6 @@ const char kNaClBrokerProcess[] = "nacl-broker"; |
| // if manifest URL does not match any pattern. |
| const char kNaClDebugMask[] = "nacl-debug-mask"; |
|
Mark Seaborn
2013/06/21 13:35:13
Why not moving this switch? This should move too.
|
| -// Native Client GDB debugger that will be launched automatically when needed. |
| -const char kNaClGdb[] = "nacl-gdb"; |
| - |
| -// GDB script to pass to the nacl-gdb debugger at startup. |
| -const char kNaClGdbScript[] = "nacl-gdb-script"; |
| - |
| -// Causes the process to run as a NativeClient loader. |
| -const char kNaClLoaderProcess[] = "nacl-loader"; |
| - |
| -// 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"; |
| - |
| // List of native messaging hosts outside of the default location. Used for |
| // tests. The value must be comma-separate lists of key-value pairs separated |
| // equal sign. E.g. "host1=/path/to/host1/manifest.json,host2=/path/host2.json". |
| @@ -1415,9 +1398,6 @@ const char kTabCapture[] = "enable-tab-capture"; |
| // Passes the name of the current running automated test to Chrome. |
| const char kTestName[] = "test-name"; |
| -// Runs the security test for the NaCl loader sandbox. |
| -const char kTestNaClSandbox[] = "test-nacl-sandbox"; |
| - |
| // Type of the current test harness ("browser" or "ui"). |
| const char kTestType[] = "test-type"; |