| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 71c68d41b39247dfaf49e915407eddd951068b75..933d7b86d2b7d2f68dcdeac5b758b6488b7567a0 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1027,7 +1027,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 */)
|
|
|
|
|