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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10818013: Native Messaging! (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months 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: 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";

Powered by Google App Engine
This is Rietveld 408576698