| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| index 7c317de2c1d4045ca6c4a6b23347825615be041d..d332c862857fc1c7827ac4f533f79d2dfa04bee4 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| @@ -181,7 +181,7 @@ class LocalFrameClientImpl final : public LocalFrameClient {
|
|
|
| WebCookieJar* cookieJar() const override;
|
| void frameFocused() const override;
|
| - void didChangeName(const String& name, const String& uniqueName) override;
|
| + void didChangeName(const String&) override;
|
| void didEnforceInsecureRequestPolicy(WebInsecureRequestPolicy) override;
|
| void didUpdateToUniqueOrigin() override;
|
| void didChangeSandboxFlags(Frame* childFrame, SandboxFlags) override;
|
|
|