| 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 d72f15d5a6f11291efddaec3c46d9011e84c7f1f..f86fbe9c7235669f317a73e8a57a950d5022222a 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*);
|
|
|
|
|