| 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 a9e59c4bea53b6f7d8ae4dbf091ebc1fa05c81bb..b70d94c586ceda7b36044f4d354ef87f440e19bf 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -710,6 +710,13 @@ public:
|
| return WebPageVisibilityStateVisible;
|
| }
|
|
|
| + // Overwrites the given URL to use an HTML5 embed if possible.
|
| + // A null URL is returned if the URL is not overriden.
|
| + virtual WebURL overrideFlashEmbedWithHTML(const WebURL& url)
|
| + {
|
| + return WebURL();
|
| + }
|
| +
|
| protected:
|
| virtual ~WebFrameClient() { }
|
| };
|
|
|