Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: net/base/keygen_handler_mac.cc

Issue 2874002: Change the Windows CertDatabase behaviour to match Mac and NSS behaviour, whe... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/keygen_handler.cc ('k') | net/base/keygen_handler_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/keygen_handler_mac.cc
===================================================================
--- net/base/keygen_handler_mac.cc (revision 50312)
+++ net/base/keygen_handler_mac.cc (working copy)
@@ -93,12 +93,6 @@
SecKeyRef private_key,
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;
« no previous file with comments | « net/base/keygen_handler.cc ('k') | net/base/keygen_handler_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698