| 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 e2157290bb10db10dcb5c7838becd3fa24c9f0f7..7e9100daa5d77423088282c0b5f79b9fd746f9c6 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -395,8 +395,7 @@ class BLINK_EXPORT WebFrameClient {
|
| virtual void RunScriptsAtDocumentElementAvailable(WebLocalFrame*) {}
|
|
|
| // The page title is available.
|
| - virtual void DidReceiveTitle(WebLocalFrame* frame,
|
| - const WebString& title,
|
| + virtual void DidReceiveTitle(const WebString& title,
|
| WebTextDirection direction) {}
|
|
|
| // The icon for the page have changed.
|
|
|