| 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 939af5ab97c228d982c6a55608006f9a95b1d8d8..5d712ada92a266ac35abd9305b4e181d7dc2582b 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -182,7 +182,7 @@ class BLINK_EXPORT WebFrameClient {
|
| virtual WebLocalFrame* createChildFrame(WebLocalFrame* parent,
|
| WebTreeScopeType,
|
| const WebString& name,
|
| - const WebString& uniqueName,
|
| + const WebString& fallbackName,
|
| WebSandboxFlags sandboxFlags,
|
| const WebFrameOwnerProperties&) {
|
| return nullptr;
|
| @@ -208,8 +208,7 @@ class BLINK_EXPORT WebFrameClient {
|
| virtual void willCommitProvisionalLoad() {}
|
|
|
| // This frame's name has changed.
|
| - virtual void didChangeName(const WebString& name,
|
| - const WebString& uniqueName) {}
|
| + virtual void didChangeName(const WebString& name) {}
|
|
|
| // This frame has set an insecure request policy.
|
| virtual void didEnforceInsecureRequestPolicy(WebInsecureRequestPolicy) {}
|
|
|