| Index: chrome/plugin/webplugin_proxy.h
|
| ===================================================================
|
| --- chrome/plugin/webplugin_proxy.h (revision 26101)
|
| +++ chrome/plugin/webplugin_proxy.h (working copy)
|
| @@ -87,8 +87,8 @@
|
| // object with that id exists.
|
| webkit_glue::WebPluginResourceClient* GetResourceClient(int id);
|
|
|
| - // Returns the process id of the renderer that contains this plugin.
|
| - int GetRendererProcessId();
|
| + // Returns the id of the renderer that contains this plugin.
|
| + int GetRendererId();
|
|
|
| // For windowless plugins, paints the given rectangle into the local buffer.
|
| void Paint(const gfx::Rect& rect);
|
|
|