Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5265)

Unified Diff: chrome/plugin/webplugin_proxy.h

Issue 195079: Gears File Drag Drop (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/plugin/plugin_thread.h ('k') | chrome/plugin/webplugin_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/plugin/plugin_thread.h ('k') | chrome/plugin/webplugin_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698