| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index ff431bca24b598b00edf268e7468ec3e9a5a53af..8389735d082390ff2ef4f71af8906226811b48c6 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -287,11 +287,4 @@ const wchar_t* ContentBrowserClient::GetResourceDllName() {
|
| }
|
| #endif
|
|
|
| -#if defined(USE_NSS)
|
| -crypto::CryptoModuleBlockingPasswordDelegate*
|
| - ContentBrowserClient::GetCryptoPasswordDelegate(const GURL& url) {
|
| - return NULL;
|
| -}
|
| -#endif
|
| -
|
| } // namespace content
|
|
|