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

Unified Diff: chrome/browser/ui/webui/site_settings_helper.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
Index: chrome/browser/ui/webui/site_settings_helper.cc
diff --git a/chrome/browser/ui/webui/site_settings_helper.cc b/chrome/browser/ui/webui/site_settings_helper.cc
index 5daa96acbd8328df4d223a2a42e22479db1ec73e..4eec438ff51fddb977ff536589078039511b460b 100644
--- a/chrome/browser/ui/webui/site_settings_helper.cc
+++ b/chrome/browser/ui/webui/site_settings_helper.cc
@@ -69,7 +69,6 @@ const ContentSettingsTypeNameEntry kContentSettingsTypeGroupNames[] = {
#if defined(OS_CHROMEOS)
{CONTENT_SETTINGS_TYPE_PROTECTED_MEDIA_IDENTIFIER, "protectedContent"},
#endif
- {CONTENT_SETTINGS_TYPE_KEYGEN, "keygen"},
{CONTENT_SETTINGS_TYPE_BACKGROUND_SYNC, "background-sync"},
};

Powered by Google App Engine
This is Rietveld 408576698