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 8872d1ec54eb58d17bff4430598ba62f1f45a169..ead5986654ca4ae536182f3f03da12ade1ec5872 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -105,6 +105,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" |
@@ -1584,6 +1585,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( |
switches::kEnableAppWindowControls, |
switches::kEnableBenchmarking, |
switches::kEnableNaCl, |
+ switches::kEnableNaClDebug, |
switches::kEnableNetBenchmarking, |
switches::kEnableStreamlinedHostedApps, |
switches::kEnableWatchdog, |