| Index: third_party/WebKit/Source/core/frame/FrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameClient.h b/third_party/WebKit/Source/core/frame/FrameClient.h
|
| index 31497e188f4a2cac611c8896fb4bb869c02c7eef..5a31e1421c04155e5c0f041a9d629b68ff57a79c 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameClient.h
|
| @@ -38,9 +38,6 @@ public:
|
|
|
| virtual unsigned backForwardLength() = 0;
|
|
|
| - // Returns true if the embedder intercepted the postMessage call
|
| - virtual bool willCheckAndDispatchMessageEvent(SecurityOrigin* /*target*/, MessageEvent*, LocalFrame* /*sourceFrame*/) const { return false; }
|
| -
|
| virtual void frameFocused() const = 0;
|
|
|
| virtual BlameContext* frameBlameContext() { return nullptr; }
|
|
|