summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorkmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-20 02:46:43 +0000
committerkmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-20 02:46:43 +0000
commit52d828c9e13a05799a6d93b5799201af71553437 (patch)
tree5367c6bc6b42929e040b20c2b525361339a51ea3 /webkit
parentce63d6b29059447b36aa2fc52ea608b1e785692e (diff)
downloadchromium_src-52d828c9e13a05799a6d93b5799201af71553437.zip
chromium_src-52d828c9e13a05799a6d93b5799201af71553437.tar.gz
chromium_src-52d828c9e13a05799a6d93b5799201af71553437.tar.bz2
Remove GetMediaTaskRunner() from MTPDeviceDelegate.
GetMediaTaskRunner() is no longer used. BUG=none TEST=none TBR=kinuko@chromium.org Review URL: https://chromiumcodereview.appspot.com/11571071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174079 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/fileapi/media/mtp_device_delegate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/fileapi/media/mtp_device_delegate.h b/webkit/fileapi/media/mtp_device_delegate.h
index 5be4e56..9829b73 100644
--- a/webkit/fileapi/media/mtp_device_delegate.h
+++ b/webkit/fileapi/media/mtp_device_delegate.h
@@ -45,9 +45,6 @@ class MTPDeviceDelegate {
const FilePath& local_path,
base::PlatformFileInfo* file_info) = 0;
- // Returns TaskRunner on which the operation is performed.
- virtual base::SequencedTaskRunner* GetMediaTaskRunner() = 0;
-
// Called when the
// (1) Browser application is in shutdown mode (or)
// (2) Last extension using this MTP device is destroyed (or)