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

Unified Diff: chrome/browser/ui/content_settings/content_setting_image_model.cc

Issue 1412523003: Adding <keygen> Content Setting (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on core CL. Created 5 years, 1 month 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/content_settings/content_setting_image_model.cc
diff --git a/chrome/browser/ui/content_settings/content_setting_image_model.cc b/chrome/browser/ui/content_settings/content_setting_image_model.cc
index d2099c8d288cc1a19c56a01a04239568de4bd28f..7c94d1d7bc857530ddb71b571f06f8635673f1e9 100644
--- a/chrome/browser/ui/content_settings/content_setting_image_model.cc
+++ b/chrome/browser/ui/content_settings/content_setting_image_model.cc
@@ -122,6 +122,13 @@ static const ContentSettingsImageDetails kImageDetails[] = {
0,
0,
0},
+ {CONTENT_SETTINGS_TYPE_KEYGEN,
+ IDR_BLOCKED_KEYGEN,
+ gfx::VectorIconId::CODE,
+ IDS_BLOCKED_KEYGEN_TITLE,
+ 0,
+ 0,
+ 0},
{CONTENT_SETTINGS_TYPE_PLUGINS,
IDR_BLOCKED_PLUGINS,
gfx::VectorIconId::EXTENSION,

Powered by Google App Engine
This is Rietveld 408576698