| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 83b40b9eb295d8008b9a7ddedfc71f3c6853bb15..cfd7d09a0f03d75e410825fe232f2ff59a276a46 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -37,8 +37,8 @@ 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.
|
| +// Specifies comma-separated list of extension ids or hosts to grant
|
| +// access to TCP/UDP socket APIs.
|
| const char kAllowNaClSocketAPI[] = "allow-nacl-socket-api";
|
|
|
| // Don't block outdated plugins.
|
|
|