Index: components/nacl/common/nacl_switches.cc |
diff --git a/components/nacl/common/nacl_switches.cc b/components/nacl/common/nacl_switches.cc |
index 928b214f5bec33a5acd4ae6f06086a1de0d381e4..bb99530ea4292c29f9257950387b8130b63a8f3d 100644 |
--- a/components/nacl/common/nacl_switches.cc |
+++ b/components/nacl/common/nacl_switches.cc |
@@ -6,6 +6,12 @@ |
namespace switches { |
+// Disables crash throttling for Portable Native Client. |
+const char kDisablePnaclCrashThrottling[] = "disable-pnacl-crash-throttling"; |
+ |
+// Disables the installation of Portable Native Client. |
+const char kDisablePnaclInstall[] = "disable-pnacl-install"; |
+ |
// Enables debugging via RSP over a socket. |
const char kEnableNaClDebug[] = "enable-nacl-debug"; |
@@ -36,10 +42,4 @@ const char kNaClLoaderCmdPrefix[] = "nacl-loader-cmd-prefix"; |
// Causes the process to run as a NativeClient loader. |
const char kNaClLoaderProcess[] = "nacl-loader"; |
-// Disables crash throttling for Portable Native Client. |
-const char kDisablePnaclCrashThrottling[] = "disable-pnacl-crash-throttling"; |
- |
-// Disables the installation of Portable Native Client. |
-const char kDisablePnaclInstall[] = "disable-pnacl-install"; |
- |
} // namespace switches |