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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11048047: Native Messaging revert-revert (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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 e7da5446da9ec80595ca6325f8381bca9d67d158..9decf1b7a2e7d9779e2d31120bd2328bc4917d37 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -590,6 +590,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 extensions 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