Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index b358d0eb0d8cce0e28e27b7d7e532cb62d4f00ca..3f65417f08b1bd8f85af01fa10b75dcf3ce2cc03 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -86,6 +86,7 @@ IPC_ENUM_TRAITS(content::NavigationGesture) |
| IPC_ENUM_TRAITS(content::PageZoom) |
| IPC_ENUM_TRAITS(content::RendererPreferencesHintingEnum) |
| IPC_ENUM_TRAITS(content::RendererPreferencesSubpixelRenderingEnum) |
| +IPC_ENUM_TRAITS(content::DidTapMultipleTargetsStrategy) |
|
jochen (gone - plz use gerrit)
2013/07/22 07:46:33
plz use IPC_ENUM_TRAITS_MAX_VALUE()
|
| IPC_ENUM_TRAITS(content::StopFindAction) |
| IPC_ENUM_TRAITS(content::ThreeDAPIType) |
| IPC_ENUM_TRAITS(media::ChannelLayout) |
| @@ -267,6 +268,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences) |
| IPC_STRUCT_TRAITS_MEMBER(report_frame_name_changes) |
| IPC_STRUCT_TRAITS_MEMBER(touchpad_fling_profile) |
| IPC_STRUCT_TRAITS_MEMBER(touchscreen_fling_profile) |
| + IPC_STRUCT_TRAITS_MEMBER(did_tap_multiple_targets_strategy) |
| IPC_STRUCT_TRAITS_END() |
| IPC_STRUCT_TRAITS_BEGIN(content::CookieData) |