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

Unified Diff: chrome/renderer/content_settings_observer.cc

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
« no previous file with comments | « chrome/renderer/content_settings_observer.h ('k') | chrome/test/data/chromeos/enterprise/policies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/content_settings_observer.cc
diff --git a/chrome/renderer/content_settings_observer.cc b/chrome/renderer/content_settings_observer.cc
index e9a614cd39d0c5f2f2a567fc80cfc5c862bc5eb8..afbaab30f3b3dbf5533629e2e07589799e96cc44 100644
--- a/chrome/renderer/content_settings_observer.cc
+++ b/chrome/renderer/content_settings_observer.cc
@@ -415,12 +415,6 @@ void ContentSettingsObserver::passiveInsecureContentFound(
FilteredReportInsecureContentDisplayed(GURL(resource_url));
}
-void ContentSettingsObserver::didUseKeygen() {
- WebFrame* frame = render_frame()->GetWebFrame();
- Send(new ChromeViewHostMsg_DidUseKeygen(
- routing_id(), url::Origin(frame->getSecurityOrigin()).GetURL()));
-}
-
void ContentSettingsObserver::didNotAllowPlugins() {
DidBlockContentType(CONTENT_SETTINGS_TYPE_PLUGINS);
}
« no previous file with comments | « chrome/renderer/content_settings_observer.h ('k') | chrome/test/data/chromeos/enterprise/policies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698