Chromium Code Reviews| Index: webkit/glue/plugins/pepper_plugin_instance.h |
| =================================================================== |
| --- webkit/glue/plugins/pepper_plugin_instance.h (revision 52166) |
| +++ webkit/glue/plugins/pepper_plugin_instance.h (working copy) |
| @@ -114,6 +114,8 @@ |
| void StopFind(); |
| private: |
| + bool LoadFindInterface(); |
| + |
| PluginDelegate* delegate_; |
| scoped_refptr<PluginModule> module_; |
| const PPP_Instance* instance_interface_; |