| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index a2dabe8ee8cd4eb3d5eb0b4cf0dfad66c27f9644..a75305f80aff65ef80ca687257f3add5203af943 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[];
|
|
|