| 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 002175d2cd82dff661f6ef6dbb9f568bdd7d81df..d4a58858c411c03a0291b5f02f1994d3d2a61d03 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() { }
|
| };
|
|
|