| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 8525e9493c8beaddc27ec67702d3fdf2b3a7fc80..83fa041147bdb4ea8cf5d717b09a099b9b4eae3c 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -623,8 +623,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.
|
|
|