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

Unified Diff: chrome/common/render_messages.h

Issue 1417033010: Adding <keygen> Content Setting (Blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keygen_core
Patch Set: 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/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 2943ccbbd932faaf09189b99ecdf8ea3cd35c094..445cd253ff88f4be2a3162477c48b40479ebbbda 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -129,6 +129,7 @@ IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(RendererContentSettingRules)
IPC_STRUCT_TRAITS_MEMBER(image_rules)
IPC_STRUCT_TRAITS_MEMBER(script_rules)
+ IPC_STRUCT_TRAITS_MEMBER(keygen_rules)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(RGBAColor)
« no previous file with comments | « no previous file | chrome/renderer/content_settings_observer.h » ('j') | chrome/renderer/content_settings_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698