| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 967dbbbbf8238b9dc5fe48f983971b039a4f3e86..dde5a36f22ce7ffd000727cae75a837dad9d1a31 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -388,7 +388,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnRenderViewReady();
|
| void OnRenderProcessGone(int status, int error_code);
|
| void OnUpdateState(int32 page_id, const PageState& state);
|
| - void OnUpdateTargetURL(int32 page_id, const GURL& url);
|
| + void OnUpdateTargetURL(const GURL& url);
|
| void OnClose();
|
| void OnRequestMove(const gfx::Rect& pos);
|
| void OnDocumentAvailableInMainFrame(bool uses_temporary_zoom_level);
|
|
|