Chromium Code Reviews| Index: chrome/plugin/plugin_channel_base.h |
| =================================================================== |
| --- chrome/plugin/plugin_channel_base.h (revision 32119) |
| +++ chrome/plugin/plugin_channel_base.h (working copy) |
| @@ -49,6 +49,10 @@ |
| return channel_valid_; |
| } |
| + // Returns the most recent PluginChannelBase to have received a message |
| + // in this process. |
| + static PluginChannelBase* GetCurrentChannel(); |
| + |
| static void CleanupChannels(); |
| protected: |