Chromium Code Reviews| 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 dd9ef85589b1732ad76f78c09cf089ff0bd43d29..32c29b1f1e9186dfd40ce9e200903056334a9171 100644 |
| --- a/content/public/browser/content_browser_client.cc |
| +++ b/content/public/browser/content_browser_client.cc |
| @@ -293,11 +293,4 @@ const wchar_t* ContentBrowserClient::GetResourceDllName() { |
| } |
| #endif |
| -#if defined(USE_NSS) |
| -crypto::CryptoModuleBlockingPasswordDelegate* |
| - ContentBrowserClient::GetCryptoPasswordDelegate(const GURL& url) { |
| - return NULL; |
| -} |
| -#endif |
| - |
| } // namespace content |