| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index a166d59767779d67377a3bb7b2f5929267d1131d..1a8e1ab5e2c0c14bc68d59ce495c2640457dd706 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1399,6 +1399,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| switches::kDebugPrint,
|
| switches::kDisableBundledPpapiFlash,
|
| switches::kDisableExtensionsResourceWhitelist,
|
| + switches::kDisablePnacl,
|
| switches::kDisableScriptedPrintThrottling,
|
| switches::kEnableAdview,
|
| switches::kEnableAdviewSrcAttribute,
|
| @@ -1409,7 +1410,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| switches::kEnableNaCl,
|
| switches::kEnableNetBenchmarking,
|
| switches::kEnablePasswordGeneration,
|
| - switches::kEnablePnacl,
|
| switches::kEnableWatchdog,
|
| switches::kMemoryProfiling,
|
| switches::kMessageLoopHistogrammer,
|
|
|