| Index: chrome/common/secure_origin_whitelist_unittest.cc
|
| diff --git a/chrome/common/secure_origin_whitelist_unittest.cc b/chrome/common/secure_origin_whitelist_unittest.cc
|
| index 65865ef6dfa83d4ead2cb44687a677acf9a9bcf5..261456518a38a4c7f90fc552cd6e69bc4ea2f1c9 100644
|
| --- a/chrome/common/secure_origin_whitelist_unittest.cc
|
| +++ b/chrome/common/secure_origin_whitelist_unittest.cc
|
| @@ -26,7 +26,7 @@ TEST(SecureOriginWhiteList, UnsafelyTreatInsecureOriginAsSecure) {
|
| switches::kUnsafelyTreatInsecureOriginAsSecure,
|
| "http://example.com,http://127.example.com");
|
| command_line->AppendSwitch(switches::kUserDataDir);
|
| - content::ResetSecureSchemesAndOriginsForTesting();
|
| + content::ResetSchemesAndOriginsWhitelistForTesting();
|
|
|
| // They should be now white-listed.
|
| EXPECT_TRUE(content::IsOriginSecure(GURL("http://example.com/a.html")));
|
|
|