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

Unified Diff: chrome/browser/ui/crypto_module_password_dialog_openssl.cc

Issue 6303004: Cleanup: replace usage of "pk11" with "pkcs11" or "crypto module", as appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sorting fix again Created 9 years, 11 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
Index: chrome/browser/ui/crypto_module_password_dialog_openssl.cc
diff --git a/chrome/browser/ui/pk11_password_dialog_openssl.cc b/chrome/browser/ui/crypto_module_password_dialog_openssl.cc
similarity index 69%
rename from chrome/browser/ui/pk11_password_dialog_openssl.cc
rename to chrome/browser/ui/crypto_module_password_dialog_openssl.cc
index e3f6219c7f3c5ffc901ec73051834875afc19585..b5c40c5cb7d7bfb34b8a70a124d668fcd7a56fa4 100644
--- a/chrome/browser/ui/pk11_password_dialog_openssl.cc
+++ b/chrome/browser/ui/crypto_module_password_dialog_openssl.cc
@@ -1,15 +1,15 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/pk11_password_dialog.h"
+#include "chrome/browser/ui/crypto_module_password_dialog.h"
#include "base/logging.h"
namespace browser {
void UnlockSlotIfNecessary(net::CryptoModule* module,
- browser::PK11PasswordReason reason,
+ browser::CryptoModulePasswordReason reason,
const std::string& host,
Callback0::Type* callback) {
// TODO(bulach): implement me.
@@ -17,7 +17,7 @@ void UnlockSlotIfNecessary(net::CryptoModule* module,
}
void UnlockCertSlotIfNecessary(net::X509Certificate* cert,
- browser::PK11PasswordReason reason,
+ browser::CryptoModulePasswordReason reason,
const std::string& host,
Callback0::Type* callback) {
// TODO(bulach): implement me.
« no previous file with comments | « chrome/browser/ui/crypto_module_password_dialog_nss.cc ('k') | chrome/browser/ui/gtk/crypto_module_password_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698