| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 3b88812fd02d375f97cf218a4379466b6f9d44fc..f1d44d3f7f46dfc1cf96cb28e1491b40bafa997d 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -120,6 +120,8 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(InstantMostVisitedItem)
|
| IPC_STRUCT_TRAITS_MEMBER(url)
|
| IPC_STRUCT_TRAITS_MEMBER(title)
|
| + IPC_STRUCT_TRAITS_MEMBER(thumbnail)
|
| + IPC_STRUCT_TRAITS_MEMBER(favicon)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(RendererContentSettingRules)
|
|
|