| 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 f57d75c04f098c77d5fe3bdf545caba967341b31..725d61b21fd586f5b4d7ac405b420eab052ed5c3 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1406,6 +1406,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
|
|
|