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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased 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.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 39316c322bee54b716ddf62f3a5bba1058931a69..8aa8efb8a6e7ecf95c0dd6a3d1e9b196b64e5412 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -387,9 +387,6 @@ class CONTENT_EXPORT ContentBrowserClient {
ResourceContext* context);
#endif // BUILDFLAG(ENABLE_WEBRTC)
- // Allow the embedder to control whether we can use <keygen>.
- virtual bool AllowKeygen(const GURL& url, content::ResourceContext* context);
-
// Allow the embedder to control whether we can use Web Bluetooth.
// TODO(crbug.com/589228): Replace this with a use of the permission system.
enum class AllowWebBluetoothResult {

Powered by Google App Engine
This is Rietveld 408576698