| Index: trunk/src/content/public/renderer/content_renderer_client.h
|
| ===================================================================
|
| --- trunk/src/content/public/renderer/content_renderer_client.h (revision 233010)
|
| +++ trunk/src/content/public/renderer/content_renderer_client.h (working copy)
|
| @@ -239,6 +239,12 @@
|
| // startup steps).
|
| virtual bool IsExternalPepperPlugin(const std::string& module_name);
|
|
|
| + // Returns true if plugin living in the container can use
|
| + // pp::FileIO::RequestOSFileHandle.
|
| + // TODO(teravest): Remove this when FileIO is moved to the browser.
|
| + virtual bool IsPluginAllowedToCallRequestOSFileHandle(
|
| + WebKit::WebPluginContainer* container);
|
| +
|
| // Returns whether BrowserPlugin should be allowed within the |container|.
|
| virtual bool AllowBrowserPlugin(WebKit::WebPluginContainer* container);
|
|
|
|
|