| Index: content/test/test_render_frame_host.h
|
| diff --git a/content/test/test_render_frame_host.h b/content/test/test_render_frame_host.h
|
| index eeea620eace242406246228cd6d6c5091e72ae9b..ec6be4dc7fa4e9bf2266467497a2e4ee3b3fa712 100644
|
| --- a/content/test/test_render_frame_host.h
|
| +++ b/content/test/test_render_frame_host.h
|
| @@ -83,6 +83,8 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
|
| const std::vector<GURL>& redirects);
|
| void SendBeginNavigationWithURL(const GURL& url);
|
|
|
| + void DidDisownOpener();
|
| +
|
| void set_contents_mime_type(const std::string& mime_type) {
|
| contents_mime_type_ = mime_type;
|
| }
|
|
|