| 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 06b97e7f9bcecdad3efef4f6b4c870917907cd30..8ef96e13e392b1403122ce739e866249222c4b5c 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1684,6 +1684,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| static const char* const kSwitchNames[] = {
|
| // Load (in-process) Pepper plugins in-process in the zygote pre-sandbox.
|
| switches::kDisableBundledPpapiFlash,
|
| + switches::kEnableNaClNonSfiMode,
|
| switches::kNaClDangerousNoSandboxNonSfi,
|
| switches::kPpapiFlashPath,
|
| switches::kPpapiFlashVersion,
|
|
|