| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 47aaa5e2b0fdd89d0561924f2a61f84cdefa2945..fa95b7bcf01f4144037a16471b181c60ae2daf2b 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -353,7 +353,7 @@ class BLINK_EXPORT WebFrameClient {
|
| WebURLRequest& request) {}
|
|
|
| // The provisional load was redirected via a HTTP 3xx response.
|
| - virtual void didReceiveServerRedirectForProvisionalLoad(WebLocalFrame*) {}
|
| + virtual void didReceiveServerRedirectForProvisionalLoad() {}
|
|
|
| // The provisional load failed. The WebHistoryCommitType is the commit type
|
| // that would have been used had the load succeeded.
|
|
|