| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 800c0459e7354202c2278ca9e79a4f5a72d8f6d9..0bb3ed7336a08f1e32092b90a9c8d3de8f4c9051 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1059,7 +1059,9 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SetZoomLevelForLoadingURL,
|
|
|
| // Set the zoom level for a particular url, so all render views
|
| // displaying this url can update their zoom levels to match.
|
| -IPC_MESSAGE_CONTROL2(ViewMsg_SetZoomLevelForCurrentURL,
|
| +// If scheme is empty, then only host is used for matching.
|
| +IPC_MESSAGE_CONTROL3(ViewMsg_SetZoomLevelForCurrentURL,
|
| + std::string /* scheme */,
|
| std::string /* host */,
|
| double /* zoom_level */)
|
|
|
|
|