| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| index a8035c553bbcf70f3f26b568a60912739ab87e2b..5d9e88c854aee2d3ea8d8d8ab6eb8a9a3f4c1986 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| @@ -184,6 +184,8 @@ public:
|
|
|
| WebEffectiveConnectionType getEffectiveConnectionType() override;
|
|
|
| + String OverrideFlashEmbedWithHTML(const String&) override;
|
| +
|
| private:
|
| explicit FrameLoaderClientImpl(WebLocalFrameImpl*);
|
|
|
|
|