Chromium Code Reviews| Index: chrome/plugin/plugin_thread.h |
| =================================================================== |
| --- chrome/plugin/plugin_thread.h (revision 26426) |
| +++ chrome/plugin/plugin_thread.h (working copy) |
| @@ -27,6 +27,8 @@ |
| // Returns the one plugin thread. |
| static PluginThread* current(); |
| + FilePath plugin_path() { return plugin_path_; } |
| + |
| private: |
| virtual void OnControlMessageReceived(const IPC::Message& msg); |