| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index f9478e098db69d31a8436a35237cd84ffd5cfb3d..b6258c8ee9f3e74098f6e56c40769d1600d76c21 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -601,8 +601,9 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetRendererPrefs,
|
| IPC_MESSAGE_ROUTED1(ViewMsg_UpdateWebPreferences,
|
| content::WebPreferences)
|
|
|
| -// Informs the renderer that the timezone has changed.
|
| -IPC_MESSAGE_CONTROL0(ViewMsg_TimezoneChange)
|
| +// 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.
|
|
|