Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index dfcb00b0190cb973ae5fb55728135d2adde22e2c..15602e7499148c57d4eda6a73074532c02f74445 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -130,6 +130,7 @@ IPC_STRUCT_TRAITS_BEGIN(ContentSettingsPattern::PatternParts) |
IPC_STRUCT_TRAITS_MEMBER(port) |
IPC_STRUCT_TRAITS_MEMBER(is_port_wildcard) |
IPC_STRUCT_TRAITS_MEMBER(path) |
+ IPC_STRUCT_TRAITS_MEMBER(is_path_wildcard) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(ContentSettingPatternSource) |