| 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 0ab93b3e5711dab3b2afa28c8c0f3f9a37d6c9c1..5755306fb5b614e3d291f9165ddcf170910c369f 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1407,6 +1407,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| // Load (in-process) Pepper plugins in-process in the zygote pre-sandbox.
|
| switches::kDisableBundledPpapiFlash,
|
| #if !defined(DISABLE_NACL)
|
| + switches::kEnableNaClDebug,
|
| switches::kEnableNaClNonSfiMode,
|
| switches::kNaClDangerousNoSandboxNonSfi,
|
| #endif
|
|
|