Index: components/nacl/common/nacl_switches.h |
diff --git a/components/nacl/common/nacl_switches.h b/components/nacl/common/nacl_switches.h |
index b38bb4008d248d3bef0122621556c16500f775cb..b3bfb4c173ef35da67a9d5927e441af99711d2d7 100644 |
--- a/components/nacl/common/nacl_switches.h |
+++ b/components/nacl/common/nacl_switches.h |
@@ -9,6 +9,7 @@ |
namespace switches { |
+#if !defined(DISABLE_NACL) |
// All switches in alphabetical order. The switches should be documented |
// alongside the definition of their values in the .cc file. |
extern const char kDisablePnaclCrashThrottling[]; |
@@ -22,6 +23,7 @@ extern const char kNaClGdb[]; |
extern const char kNaClLoaderNonSfiProcess[]; |
extern const char kNaClLoaderProcess[]; |
extern const char kUseNaClHelperNonSfi[]; |
+#endif // !defined(DISABLE_NACL) |
} // namespace switches |