Chromium Code Reviews| Index: content/public/browser/navigation_handle.h |
| diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h |
| index 2a12cb6340c9ff2987e3753de6ad803babf9fc96..4a743ec56448411877e3783d034bb826b6744de0 100644 |
| --- a/content/public/browser/navigation_handle.h |
| +++ b/content/public/browser/navigation_handle.h |
| @@ -97,7 +97,7 @@ class CONTENT_EXPORT NavigationHandle { |
| static scoped_ptr<NavigationHandle> CreateNavigationHandleForTesting( |
| const GURL& url, |
| bool is_main_frame, |
| - WebContents* web_contents); |
| + RenderFrameHost* render_frame_host); |
|
nasko
2015/10/02 22:09:45
Does it make sense to separate this test change in
Fabrice (no longer in Chrome)
2015/10/06 17:21:38
Done.
|
| // Registers a NavigationThrottle for tests. The throttle can |
| // modify the request, pause the request or cancel the request. This will |