Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: components/nacl/common/nacl_switches.h

Issue 100373005: Initial implementation of Bare Metal Mode for NaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/nacl/common/nacl_switches.h
diff --git a/components/nacl/common/nacl_switches.h b/components/nacl/common/nacl_switches.h
index f0f4f4f0db790e2c94abccbdd857ef2925452f02..008117e78dea15a342fe62e892a14c5ce84f48d6 100644
--- a/components/nacl/common/nacl_switches.h
+++ b/components/nacl/common/nacl_switches.h
@@ -14,6 +14,7 @@ namespace switches {
extern const char kDisablePnaclCrashThrottling[];
extern const char kDisablePnaclInstall[];
extern const char kEnableNaClDebug[];
+extern const char kEnableNaClNonSfiMode[];
extern const char kNaClBrokerProcess[];
extern const char kNaClDebugMask[];
extern const char kNaClGdb[];

Powered by Google App Engine
This is Rietveld 408576698