Chromium Code Reviews| Index: chrome/common/chrome_content_client.h |
| =================================================================== |
| --- chrome/common/chrome_content_client.h (revision 78278) |
| +++ chrome/common/chrome_content_client.h (working copy) |
| @@ -14,7 +14,7 @@ |
| public: |
| virtual void SetActiveURL(const GURL& url); |
| virtual void SetGpuInfo(const GPUInfo& gpu_info); |
| - virtual void PluginProcessStarted(); |
| + virtual void PluginProcessStarted(const string16& plugin_name); |
| }; |
| } // namespace chrome |