| 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 b44260a70931e1fa22115fcc035fd04daebb29c0..637bdbbc202b1f6d0ea322080b48e1310926732d 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| @@ -169,6 +169,8 @@ class LocalFrameClientImpl final : public LocalFrameClient {
|
| void DidChangeScrollOffset() override;
|
| void DidUpdateCurrentHistoryItem() override;
|
|
|
| + bool AllowContentInitiatedDataUrlNavigations(const KURL&) override;
|
| +
|
| WebCookieJar* CookieJar() const override;
|
| void FrameFocused() const override;
|
| void DidChangeName(const String&) override;
|
|
|