Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 7af15b918c39ab032a6f92e14f780555c2410323..13b511d6720deaf7966cb72c172ec9653b3dbaf9 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -866,6 +866,11 @@ const char kNaClGdbScript[] = "nacl-gdb-script"; |
// command line. Useful values might be "valgrind" or "xterm -e gdb --args". |
const char kNaClLoaderCmdPrefix[] = "nacl-loader-cmd-prefix"; |
+// List of native messaging hosts outside of the default location. Used for |
+// tests. The value must be comma-separate lists of key-value pairs separated |
+// equal sign. E.g. "host1=/path/to/host1/manifest.json,host2=/path/host2.json". |
+const char kNativeMessagingHosts[] = "native-messaging-hosts"; |
+ |
// Sets the base logging level for the net log. Log 0 logs the most data. |
// Intended primarily for use with --log-net-log. |
const char kNetLogLevel[] = "net-log-level"; |