Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index bfe901b16743bb2b308184055d98c43e70dd8117..22e2d3d3eb1d9953e48d2aa9b3d48930fd1e645c 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -549,10 +549,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) |