Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3349)

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 61643007: Update keygen to use correct NSS slot on ChromeOS multiprofile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review changes Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698