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

Unified Diff: content/public/browser/content_browser_client.cc

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Review feedback Created 4 years 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: 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 6d8fb21d8c529461d9b827cef1a32886460a6124..c0b348d1e75ccb06157e898f6741fb78a8d0192e 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -212,11 +212,6 @@ bool ContentBrowserClient::AllowWebRTCIdentityCache(const GURL& url,
}
#endif // BUILDFLAG(ENABLE_WEBRTC)
-bool ContentBrowserClient::AllowKeygen(const GURL& url,
- content::ResourceContext* context) {
- return true;
-}
-
ContentBrowserClient::AllowWebBluetoothResult
ContentBrowserClient::AllowWebBluetooth(
content::BrowserContext* browser_context,

Powered by Google App Engine
This is Rietveld 408576698