Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 1547e37f7185c2a563b3845d628b34e8962e9154..3f9f7fd74c6951ab83bfe5082e6270b1170622be 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -626,13 +626,6 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SetZoomLevelForLoadingURL, |
GURL /* url */, |
double /* zoom_level */) |
-// Change encoding of page in the renderer. |
-IPC_MESSAGE_ROUTED1(ViewMsg_SetPageEncoding, |
- std::string /*new encoding name*/) |
- |
-// Reset encoding of page in the renderer back to default. |
-IPC_MESSAGE_ROUTED0(ViewMsg_ResetPageEncodingToDefault) |
- |
// Used to tell a render view whether it should expose various bindings |
// that allow JS content extended privileges. See BindingsPolicy for valid |
// flag values. |