| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d0d51097d4f956a5383fc4ae20791c88b8d665a9..f48d450ad2faaeef843b59ae9935610dd2eedfc0 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -273,9 +273,6 @@ const char kDisableBackgroundMode[] = "disable-background-mode";
|
| // measurements.
|
| const char kDisableBackgroundNetworking[] = "disable-background-networking";
|
|
|
| -// Disables the bundled PPAPI version of Flash.
|
| -const char kDisableBundledPpapiFlash[] = "disable-bundled-ppapi-flash";
|
| -
|
| // Disables the bookmark autocomplete provider (BookmarkProvider).
|
| const char kDisableBookmarkAutocompleteProvider[] =
|
| "disable-bookmark-autocomplete-provider";
|
| @@ -594,13 +591,6 @@ const char kEnableMetricsReportingForTesting[] =
|
| // Enables the chrome://memory-internals/ page.
|
| const char kEnableMemoryInternalsUI[] = "enable-memory-internals-ui";
|
|
|
| -// Runs the Native Client inside the renderer process and enables GPU plugin
|
| -// (internally adds lEnableGpuPlugin to the command line).
|
| -const char kEnableNaCl[] = "enable-nacl";
|
| -
|
| -// Enables debugging via RSP over a socket.
|
| -const char kEnableNaClDebug[] = "enable-nacl-debug";
|
| -
|
| // Enables the network-related benchmarking extensions.
|
| const char kEnableNetBenchmarking[] = "enable-net-benchmarking";
|
|
|
| @@ -618,9 +608,6 @@ const char kEnablePanels[] = "enable-panels";
|
| // account creation.
|
| const char kEnablePasswordGeneration[] = "enable-password-generation";
|
|
|
| -// Enables the installation and usage of Portable Native Client.
|
| -const char kEnablePnacl[] = "enable-pnacl";
|
| -
|
| // Enables tracking of tasks in profiler for viewing via about:profiler.
|
| // To predominantly disable tracking (profiling), use the command line switch:
|
| // --enable-profiling=0
|
| @@ -903,35 +890,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
|
| -// the same syntax as patterns in Chrome extension manifest. The only difference
|
| -// is that * scheme matches all schemes instead of matching only http and https.
|
| -// If the value doesn't start with !, a program will be debugged if manifest URL
|
| -// matches any pattern. If the value starts with !, a program will be debugged
|
| -// if manifest URL does not match any pattern.
|
| -const char kNaClDebugMask[] = "nacl-debug-mask";
|
| -
|
| -// Native Client GDB debugger for loader. It needs switches calculated
|
| -// at run time in order to work correctly. That's why NaClLoadCmdPrefix
|
| -// flag can't be used.
|
| -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".
|
| @@ -1067,21 +1025,6 @@ const char kPerformanceMonitorGathering[] = "performance-monitor-gathering";
|
| // See kRecordMode.
|
| const char kPlaybackMode[] = "playback-mode";
|
|
|
| -// Overrides the path to the location that PNaCl is installed.
|
| -const char kPnaclDir[] = "pnacl-dir";
|
| -
|
| -// Forces the PPAPI version of Flash (if it's being used) to run in the
|
| -// renderer process rather than in a separate plugin process.
|
| -const char kPpapiFlashInProcess[] = "ppapi-flash-in-process";
|
| -
|
| -// Use the PPAPI (Pepper) Flash found at the given path.
|
| -const char kPpapiFlashPath[] = "ppapi-flash-path";
|
| -
|
| -// Report the given version for the PPAPI (Pepper) Flash. The version should be
|
| -// numbers separated by '.'s (e.g., "12.3.456.78"). If not specified, it
|
| -// defaults to "10.2.999.999".
|
| -const char kPpapiFlashVersion[] = "ppapi-flash-version";
|
| -
|
| // Triggers prerendering of pages from suggestions in the omnibox. Only has an
|
| // effect when Instant is either disabled or restricted to search, and when
|
| // prerender is enabled.
|
| @@ -1388,9 +1331,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";
|
|
|
|
|