summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_globals.h
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 06:20:44 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 06:20:44 +0000
commit3b5c685851f27792d366080840ed074c6087760c (patch)
tree96f1260a1874784f6d88a57e9ea302a66e6e872b /ppapi/proxy/plugin_globals.h
parentca622eb85d65a358576f42d07df92662323c6c3d (diff)
downloadchromium_src-3b5c685851f27792d366080840ed074c6087760c.zip
chromium_src-3b5c685851f27792d366080840ed074c6087760c.tar.gz
chromium_src-3b5c685851f27792d366080840ed074c6087760c.tar.bz2
PPAPI: Remove instance param from GetFileTaskRunner
BUG= Review URL: https://codereview.chromium.org/25328002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/plugin_globals.h')
-rw-r--r--ppapi/proxy/plugin_globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/plugin_globals.h b/ppapi/proxy/plugin_globals.h
index 31adef5..bc55245 100644
--- a/ppapi/proxy/plugin_globals.h
+++ b/ppapi/proxy/plugin_globals.h
@@ -72,7 +72,7 @@ class PPAPI_PROXY_EXPORT PluginGlobals : public PpapiGlobals {
const std::string& source,
const std::string& value) OVERRIDE;
virtual MessageLoopShared* GetCurrentMessageLoop() OVERRIDE;
- base::TaskRunner* GetFileTaskRunner(PP_Instance instance) OVERRIDE;
+ base::TaskRunner* GetFileTaskRunner() OVERRIDE;
// Returns the channel for sending to the browser.
IPC::Sender* GetBrowserSender();