Chromium Code Reviews| Index: net/base/keygen_handler_mac.cc |
| =================================================================== |
| --- net/base/keygen_handler_mac.cc (revision 49024) |
| +++ net/base/keygen_handler_mac.cc (working copy) |
| @@ -94,11 +94,6 @@ |
| CSSM_DATA* signature); |
| -bool KeygenHandler::KeyLocation::Equals( |
| - const KeygenHandler::KeyLocation& location) const { |
| - return keychain_path == location.keychain_path; |
| -} |
| - |
| std::string KeygenHandler::GenKeyAndSignChallenge() { |
| std::string result; |
| OSStatus err; |