| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 7cf79305e1ae59d0e8f510dc24b9451cba307aa8..b2e52c69fe5909de6a67357096ccf2ab17429224 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -34,6 +34,10 @@ const char kAllowHTTPBackgroundPage[] = "allow-http-background-page";
|
| const char kAllowLegacyExtensionManifests[]
|
| = "allow-legacy-extension-manifests";
|
|
|
| +// Specifies comma-separated list of extension ids to grant access to TCP/UDP
|
| +// socket APIs.
|
| +const char kAllowNaClSocketAPI[] = "allow-nacl-socket-api";
|
| +
|
| // Don't block outdated plugins.
|
| const char kAllowOutdatedPlugins[] = "allow-outdated-plugins";
|
|
|
|
|