| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 304d457f695972e161c08579c4f8615ce960b492..04f8a2a270c5c79e025af5218f95efad4511452c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1163,6 +1163,14 @@ const char kUninstall[] = "uninstall";
|
| // apps/origins. This should be used only for testing purpose.
|
| const char kUnlimitedStorage[] = "unlimited-storage";
|
|
|
| +// Treat given (insecure) origins as secure origins. Multiple origins can be
|
| +// supplied. Has no effect unless --user-data-dir is also supplied.
|
| +// Example:
|
| +// --unsafety-treat-insecure-origin-as-secure=http://a.test,http://b.test
|
| +// --user-data-dir=/test/only/profile/dir
|
| +const char kUnsafetyTreatInsecureOriginAsSecure[] =
|
| + "unsafety-treat-insecure-origin-as-secure";
|
| +
|
| // Uses Spdy for the transport protocol instead of HTTP. This is a temporary
|
| // testing flag.
|
| const char kUseSpdy[] = "use-spdy";
|
|
|