| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index a5913a10ac24614e2d8b09e8104a652172f6a300..fa6a48c4bd5e676f98d19960fa205e7560a94cf8 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -547,10 +547,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetRendererPrefs,
|
| IPC_MESSAGE_ROUTED1(ViewMsg_UpdateWebPreferences,
|
| content::WebPreferences)
|
|
|
| -// Informs the renderer that the timezone has changed along with a new
|
| -// timezone ID.
|
| -IPC_MESSAGE_CONTROL1(ViewMsg_TimezoneChange, std::string)
|
| -
|
| // Tells the render view to close.
|
| // Expects a Close_ACK message when finished.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_Close)
|
|
|