| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index abe9c07de572e4f1d4cc8e225c185bf2a18dd8b1..a63b9ca01c54ecb2919b75d9ab0047614974131f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -44,6 +44,10 @@ const char kAllowLegacyExtensionManifests[] =
|
| "allow-legacy-extension-manifests";
|
|
|
| // Specifies comma-separated list of extension ids or hosts to grant
|
| +// access to CRX file system APIs.
|
| +const char kAllowNaClCrxFsAPI[] = "allow-nacl-crxfs-api";
|
| +
|
| +// Specifies comma-separated list of extension ids or hosts to grant
|
| // access to TCP/UDP socket APIs.
|
| const char kAllowNaClSocketAPI[] = "allow-nacl-socket-api";
|
|
|
|
|