Index: chrome/browser/chrome_content_browser_client.h |
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
index d2ffce07bd18a446e695a13351eac526cdd758f9..ef6d56fb3dfbc7d438901800598277622534ee2c 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -263,9 +263,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
bool* success) OVERRIDE; |
#endif |
#if defined(USE_NSS) |
- virtual |
- crypto::CryptoModuleBlockingPasswordDelegate* GetCryptoPasswordDelegate( |
- const GURL& url) OVERRIDE; |
+ virtual crypto::NSSCryptoModuleDelegate* GetKeygenCryptoModuleDelegate( |
+ content::ResourceContext* context, |
+ const GURL& url) OVERRIDE; |
#endif |
virtual bool IsPluginAllowedToCallRequestOSFileHandle( |