Chromium Code Reviews| Index: net/base/keygen_handler_mac.cc |
| =================================================================== |
| --- net/base/keygen_handler_mac.cc (revision 43235) |
| +++ net/base/keygen_handler_mac.cc (working copy) |
| @@ -88,6 +88,11 @@ |
| 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; |