| Index: chrome/renderer/webplugin_delegate_pepper.h
|
| ===================================================================
|
| --- chrome/renderer/webplugin_delegate_pepper.h (revision 30698)
|
| +++ chrome/renderer/webplugin_delegate_pepper.h (working copy)
|
| @@ -99,6 +99,8 @@
|
| NPRenderContext* context);
|
| virtual NPError FlushRenderContext(NPRenderContext* context);
|
|
|
| + virtual NPError OpenFileInSandbox(const char* file_name, void** handle);
|
| +
|
| // Tells the plugin about the current state of the window.
|
| // See NPAPI NPP_SetWindow for more information.
|
| void WindowlessSetWindow(bool force_set_window);
|
|
|