Chromium Code Reviews| Index: net/base/ssl_config_service.cc |
| =================================================================== |
| --- net/base/ssl_config_service.cc (revision 101373) |
| +++ net/base/ssl_config_service.cc (working copy) |
| @@ -52,7 +52,7 @@ |
| // static |
| bool SSLConfigService::IsKnownFalseStartIncompatibleServer( |
| const std::string& hostname) { |
| - return SSLFalseStartBlacklist::IsMember(hostname.c_str()); |
| + return SSLFalseStartBlacklist::IsMember(hostname); |
| } |
| static bool g_cached_info_enabled = false; |