| 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";
|
|
|
|
|