| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 86e2e281a8ee895d85c750080fd707751d664fc3..6a006dec2a133c049eb2e831a9f97f78abc7c05f 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -679,10 +679,11 @@ 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.
|
| // If scheme is empty, then only host is used for matching.
|
| -IPC_MESSAGE_CONTROL3(ViewMsg_SetZoomLevelForCurrentURL,
|
| +IPC_MESSAGE_CONTROL4(ViewMsg_SetZoomLevelForCurrentURL,
|
| std::string /* scheme */,
|
| std::string /* host */,
|
| - double /* zoom_level */)
|
| + double /* zoom_level */,
|
| + std::set<int> /* exceptions */)
|
|
|
| // Change encoding of page in the renderer.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetPageEncoding,
|
|
|