| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index ae6b10a44b84c50a6f90ef9f7a5966a4cce28706..3b13dccc19ab884e9b6736d9a0ca8dfbc278902e 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -106,6 +106,9 @@ public:
|
|
|
| // General notifications -----------------------------------------------
|
|
|
| + // Indicates if creating a plugin without an associated renderer is supported.
|
| + virtual bool canCreatePluginWithoutRenderer(const WebString& mimeType) { return false; }
|
| +
|
| // Indicates that another page has accessed the DOM of the initial empty
|
| // document of a main frame. After this, it is no longer safe to show a
|
| // pending navigation's URL, because a URL spoof is possible.
|
|
|