| 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.
|
|
|