Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 38ce9bab7e7bf72b0f7f3376120e58c9572e8812..372497b75c09f5363304b9ee27c1221ebef6d11b 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -661,13 +661,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetPageScale, float /* page_scale_factor */) |
IPC_MESSAGE_ROUTED1(ViewMsg_Zoom, |
content::PageZoom /* function */) |
-// Set the zoom level for a particular url that the renderer is in the |
-// process of loading. This will be stored, to be used if the load commits |
-// and ignored otherwise. |
-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*/) |