| 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..d90fc949974703581b40186ba0c0100cd9aaa22c 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -727,6 +727,13 @@ public:
|
| return WebPageVisibilityStateVisible;
|
| }
|
|
|
| + // Overwrites the given URL to use an HTML5 video player if possible.
|
| + // An empty string is returned if the URL is not overriden
|
| + virtual WebString overrideFlashEmbedWithHTML(const WebString& url)
|
| + {
|
| + return "";
|
| + }
|
| +
|
| protected:
|
| virtual ~WebFrameClient() { }
|
| };
|
|
|