Chromium Code Reviews| Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
| index d16e979f95d4e4d020982d9ffd080cf32a05adf1..cdb7e9f0595eff95b833ca7fc0ffe423d3a1a3d3 100644 |
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
| @@ -273,6 +273,9 @@ public: |
| // Effective connection type when this frame was loaded. |
| virtual WebEffectiveConnectionType getEffectiveConnectionType() { return WebEffectiveConnectionType::TypeUnknown; } |
| + |
| + // TODO(kdsilva) |
| + virtual String OverrideFlashEmbedWithHTML(const String&) = 0; |
|
mlamouri (slow - plz ping)
2016/07/21 15:55:08
Remove the TODO and add a real comment? :)
Maybe
kdsilva
2016/07/22 13:55:58
Done.
|
| }; |
| } // namespace blink |