| Index: chrome/browser/ui/views/stubs_aura.cc
|
| diff --git a/chrome/browser/ui/views/stubs_aura.cc b/chrome/browser/ui/views/stubs_aura.cc
|
| index 0e81830fa2d9f8018d37b931adf16ccbe6fa94ff..9f2c1ed2497abf946e67ae313257bdad9061cd72 100644
|
| --- a/chrome/browser/ui/views/stubs_aura.cc
|
| +++ b/chrome/browser/ui/views/stubs_aura.cc
|
| @@ -49,27 +49,6 @@ void ShowAboutIPCDialog() {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -#if defined(USE_NSS)
|
| -crypto::CryptoModuleBlockingPasswordDelegate*
|
| - NewCryptoModuleBlockingDialogDelegate(
|
| - CryptoModulePasswordReason reason,
|
| - const std::string& server) {
|
| - // TODO(saintlou):
|
| - NOTIMPLEMENTED();
|
| - return NULL;
|
| -}
|
| -
|
| -void ShowCryptoModulePasswordDialog(
|
| - const std::string& module_name,
|
| - bool retry,
|
| - CryptoModulePasswordReason reason,
|
| - const std::string& server,
|
| - const CryptoModulePasswordCallback& callback) {
|
| - // TODO(saintlou):
|
| - NOTIMPLEMENTED();
|
| -}
|
| -#endif
|
| -
|
| } // namespace browser
|
|
|
| #if defined(OS_WIN)
|
|
|