| 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 69ab6588fd0c2e24c5d14eea4ca94f74e258a163..78774548b8568a2a058eb8717d52d16290e180ba 100644
|
| --- a/chrome/browser/ui/startup/bad_flags_prompt.cc
|
| +++ b/chrome/browser/ui/startup/bad_flags_prompt.cc
|
| @@ -82,7 +82,7 @@ void ShowBadFlagsPrompt(Browser* browser) {
|
|
|
| // This flag allows people to whitelist certain origins as secure, even
|
| // if they are not.
|
| - switches::kUnsafetyTreatInsecureOriginAsSecure,
|
| + switches::kUnsafelyTreatInsecureOriginAsSecure,
|
|
|
| NULL
|
| };
|
|
|