Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index f24754f2217d940671951a3cd64a428fc3c4919a..cea95a4899bab3f9a722277b31eb56967566e7f2 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -579,6 +579,9 @@ const char kEnableNaClIPCProxy[] = "enable-nacl-ipc-proxy"; |
// Enables hardware exception handling via debugger process. |
const char kEnableNaClExceptionHandling[] = "enable-nacl-exception-handling"; |
+// Enables the native messaging api. |
+const char kEnableNativeMessaging[] = "enable-native-messaging"; |
+ |
// Enables NPN and SPDY. In case server supports SPDY, browser will use SPDY. |
const char kEnableNpn[] = "enable-npn"; |