| 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 108c4c7afabd5da187b2189e8a4d274e2475cce8..0f5a26496bc8bbe9ac83f8e8ca03610987810443 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -702,6 +702,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() { }
|
| };
|
|
|