| 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 5bf558bdb55eb59a54a0fdb1fa37d2ecc475dc43..6c1ee8a95ddcb6f1b2df06d861c2cff0b1b2e75f 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -180,7 +180,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;
|
| @@ -206,8 +206,7 @@ class BLINK_EXPORT WebFrameClient {
|
| virtual void willCommitProvisionalLoad(WebLocalFrame*) {}
|
|
|
| // 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) {}
|
|
|