| Index: chrome/browser/ui/startup/bad_flags_prompt.cc
|
| diff --git a/chrome/browser/ui/startup/bad_flags_prompt.cc b/chrome/browser/ui/startup/bad_flags_prompt.cc
|
| index 211b42e937cacb8b1dda70e705f3867670c9b059..69ab6588fd0c2e24c5d14eea4ca94f74e258a163 100644
|
| --- a/chrome/browser/ui/startup/bad_flags_prompt.cc
|
| +++ b/chrome/browser/ui/startup/bad_flags_prompt.cc
|
| @@ -80,6 +80,10 @@ void ShowBadFlagsPrompt(Browser* browser) {
|
| switches::kDisableBlinkFeatures,
|
| switches::kEnableBlinkFeatures,
|
|
|
| + // This flag allows people to whitelist certain origins as secure, even
|
| + // if they are not.
|
| + switches::kUnsafetyTreatInsecureOriginAsSecure,
|
| +
|
| NULL
|
| };
|
|
|
|
|