| 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 3e4a3e99694f98666f8362f3da9208763b6a81a4..3c3826684793ee8d3d35e29240cef5349f227870 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -104,6 +104,7 @@
|
| #include "components/nacl/browser/nacl_host_message_filter.h"
|
| #include "components/nacl/browser/nacl_process_host.h"
|
| #include "components/nacl/common/nacl_process_type.h"
|
| +#include "components/nacl/common/nacl_switches.h"
|
| #include "components/translate/core/common/translate_switches.h"
|
| #include "components/user_prefs/pref_registry_syncable.h"
|
| #include "content/public/browser/browser_child_process_host.h"
|
| @@ -1571,6 +1572,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| switches::kEnableAppWindowControls,
|
| switches::kEnableBenchmarking,
|
| switches::kEnableNaCl,
|
| + switches::kEnableNaClDebug,
|
| switches::kEnableNetBenchmarking,
|
| switches::kEnableStreamlinedHostedApps,
|
| switches::kEnableWatchdog,
|
|
|