| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index fcb8e56b276f48e0a985ef49fa40257534e02f00..45279fbf366e600b941e8244eededf7851436372 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -50,6 +50,7 @@ struct WebURLError;
|
|
|
| namespace content {
|
|
|
| +class DocumentState;
|
| class RenderView;
|
| class SynchronousCompositor;
|
| struct KeySystemInfo;
|
| @@ -169,7 +170,9 @@ class CONTENT_EXPORT ContentRendererClient {
|
|
|
| // Returns true if the navigation was handled by the embedder and should be
|
| // ignored by WebKit. This method is used by CEF.
|
| - virtual bool HandleNavigation(WebKit::WebFrame* frame,
|
| + virtual bool HandleNavigation(RenderView* view,
|
| + DocumentState* document_state,
|
| + WebKit::WebFrame* frame,
|
| const WebKit::WebURLRequest& request,
|
| WebKit::WebNavigationType type,
|
| WebKit::WebNavigationPolicy default_policy,
|
|
|