Chromium Code Reviews| Index: third_party/WebKit/public/web/WebFrameClient.h |
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h |
| index 6f2e7bbeeef6d1bc0e5bffe023a632d9eb54eb00..430efb43b3c3fb49fee686a44f4179f1c70f5ffd 100644 |
| --- a/third_party/WebKit/public/web/WebFrameClient.h |
| +++ b/third_party/WebKit/public/web/WebFrameClient.h |
| @@ -727,6 +727,12 @@ public: |
| return WebPageVisibilityStateVisible; |
| } |
| + // Overwrites the given URL to use an HTML5 video player if possible. |
| + virtual WebString overrideFlashEmbedWithHTML(const WebString& url) |
| + { |
| + return url; |
|
mlamouri (slow - plz ping)
2016/07/21 15:55:08
Shouldn't it be the empty string?
kdsilva
2016/07/22 13:55:58
Done.
|
| + } |
| + |
| protected: |
| virtual ~WebFrameClient() { } |
| }; |