| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index a8ad442783d98499d453ac5a62dfe0498789de09..25f34f9c7539fbd9d459de95d1a12b9e958ce8e8 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -16,6 +16,7 @@ namespace switches {
|
| // alongside the definition of their values in the .cc file.
|
| CONTENT_EXPORT extern const char kAcceleratedCanvas2dMSAASampleCount[];
|
| CONTENT_EXPORT extern const char kAllowFileAccessFromFiles[];
|
| +CONTENT_EXPORT extern const char kAllowInsecureLocalhost[];
|
| CONTENT_EXPORT extern const char kAllowInsecureWebSocketFromHttpsOrigin[];
|
| CONTENT_EXPORT extern const char kAllowLoopbackInPeerConnection[];
|
| CONTENT_EXPORT extern const char kAllowNoSandboxJob[];
|
|
|