| 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 8a8d0e5a3d355475c2490b4c3692a385c15573d6..6bdbd89d7efe1bbd8b4fb7b85fe766649e8de835 100644
|
| --- a/content/test/test_render_frame_host.h
|
| +++ b/content/test/test_render_frame_host.h
|
| @@ -76,6 +76,7 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
|
| int response_code,
|
| const base::FilePath* file_path_for_history_item,
|
| const std::vector<GURL>& redirects);
|
| + void SendBeginNavigationWithURL(const GURL& url);
|
|
|
| void set_contents_mime_type(const std::string& mime_type) {
|
| contents_mime_type_ = mime_type;
|
|
|