Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index aae30ebc5c45ab90852a39084d160d48d0b602fa..a4448e32dd6189c0656995adb0b1ffc20574f788 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -43,9 +43,6 @@ namespace base { |
class DictionaryValue; |
class FilePath; |
} |
-namespace crypto { |
-class CryptoModuleBlockingPasswordDelegate; |
-} |
namespace gfx { |
class ImageSkia; |
@@ -605,14 +602,6 @@ class CONTENT_EXPORT ContentBrowserClient { |
bool* success) {} |
#endif |
-#if defined(USE_NSS) |
- // Return a delegate to authenticate and unlock |module|. |
- // This is called on a worker thread. |
- virtual |
- crypto::CryptoModuleBlockingPasswordDelegate* GetCryptoPasswordDelegate( |
- const GURL& url); |
-#endif |
- |
// Returns true if plugin referred to by the url can use |
// pp::FileIO::RequestOSFileHandle. |
virtual bool IsPluginAllowedToCallRequestOSFileHandle( |