| 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 e99083772e098fdbcec65a6313df8fe88f57e1d8..7a59ed6f0359a9ff46d2d1feb688c712158dfbad 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -515,10 +515,10 @@ class CONTENT_EXPORT WebContentsImpl
|
| const GURL& target_url);
|
| void OnDocumentLoadedInFrame(int64 frame_id);
|
| void OnDidFinishLoad(int64 frame_id,
|
| - const GURL& validated_url,
|
| + const GURL& url,
|
| bool is_main_frame);
|
| void OnDidFailLoadWithError(int64 frame_id,
|
| - const GURL& validated_url,
|
| + const GURL& url,
|
| bool is_main_frame,
|
| int error_code,
|
| const string16& error_description);
|
|
|