| Index: content/browser/frame_host/render_frame_proxy_host.h
|
| diff --git a/content/browser/frame_host/render_frame_proxy_host.h b/content/browser/frame_host/render_frame_proxy_host.h
|
| index dc894719c64aaab469f410fce2e7cb9eaaa5618f..83832cd73eebfaf5c9762716e29d6b62bbe8e609 100644
|
| --- a/content/browser/frame_host/render_frame_proxy_host.h
|
| +++ b/content/browser/frame_host/render_frame_proxy_host.h
|
| @@ -122,6 +122,7 @@ class RenderFrameProxyHost
|
| void OnDidChangeOpener(int32_t opener_routing_id);
|
| void OnAdvanceFocus(blink::WebFocusType type, int32_t source_routing_id);
|
| void OnFrameFocused();
|
| + void OnPrintRemoteFrame(const gfx::Rect& rect, int page_num);
|
|
|
| // This RenderFrameProxyHost's routing id.
|
| int routing_id_;
|
|
|