diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-16 21:36:44 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-16 21:36:44 +0000 |
commit | c84a78578ea53490282bfb128fd844b120f926b5 (patch) | |
tree | 5bd1d8218ecf5d7863b33b3873a100386f61a96e /chrome/plugin/webplugin_proxy.h | |
parent | ca11e335df5305cdb46cfa8f27091cf9d70fb5b6 (diff) | |
download | chromium_src-c84a78578ea53490282bfb128fd844b120f926b5.zip chromium_src-c84a78578ea53490282bfb128fd844b120f926b5.tar.gz chromium_src-c84a78578ea53490282bfb128fd844b120f926b5.tar.bz2 |
Gears File Drag Drop
r24899 now keys the child security policy database based on
renderer id, rather than renderer process id. Update gears
drag drop to use the renderer id for the file policy access
checks.
This is a clone for submission of of noel's original CL
http://codereview.chromium.org/195079
BUG=7995
Review URL: http://codereview.chromium.org/196145
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26397 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/webplugin_proxy.h')
-rw-r--r-- | chrome/plugin/webplugin_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h index 62b01ef..0ff1890 100644 --- a/chrome/plugin/webplugin_proxy.h +++ b/chrome/plugin/webplugin_proxy.h @@ -87,8 +87,8 @@ class WebPluginProxy : public webkit_glue::WebPlugin { // 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); |