| Index: chrome/common/secure_origin_whitelist.h
|
| diff --git a/chrome/common/secure_origin_whitelist.h b/chrome/common/secure_origin_whitelist.h
|
| index 8cd956eec5951828e50d2ae9b9bac3f1c06654b0..5b29a03e34561dfe54e0d932b0c968f782cb597f 100644
|
| --- a/chrome/common/secure_origin_whitelist.h
|
| +++ b/chrome/common/secure_origin_whitelist.h
|
| @@ -10,7 +10,7 @@
|
| #include "url/gurl.h"
|
|
|
| // Returns whitelisted origins that need to be considered trustworthy.
|
| -// The whitelist is given by kUnsafetyTreatInsecureOriginAsSecure
|
| +// The whitelist is given by kUnsafelyTreatInsecureOriginAsSecure
|
| // command-line option.
|
| // See https://www.w3.org/TR/powerful-features/#is-origin-trustworthy.
|
| void GetSecureOriginWhitelist(std::set<GURL>* origins);
|
|
|