| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index c798c55bac387b4737d0b28c8d222b1f0337407a..fea0e9e57bdd61b1de9c6c646fe9b192ad59add0 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -681,8 +681,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| void OnDidRunInsecureContent(const std::string& security_origin,
|
| const GURL& target_url);
|
| void OnDocumentLoadedInFrame();
|
| - void OnDidFinishLoad(int64 frame_id,
|
| - const GURL& url,
|
| + void OnDidFinishLoad(const GURL& url,
|
| bool is_main_frame);
|
| void OnGoToEntryAtOffset(int offset);
|
| void OnUpdateZoomLimits(int minimum_percent,
|
|
|