summaryrefslogtreecommitdiffstats
path: root/webkit/media/webmediaplayer_impl.h
diff options
context:
space:
mode:
authorfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-10 20:21:27 +0000
committerfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-10 20:21:27 +0000
commitdd697bf147f46f6a2a3ec5da2dd29300401859ab (patch)
tree01e3530592a45f855e6812c2a40d81da8bec380e /webkit/media/webmediaplayer_impl.h
parentc785f434063b8fb3396f568be44a5487fa94f1ef (diff)
downloadchromium_src-dd697bf147f46f6a2a3ec5da2dd29300401859ab.zip
chromium_src-dd697bf147f46f6a2a3ec5da2dd29300401859ab.tar.gz
chromium_src-dd697bf147f46f6a2a3ec5da2dd29300401859ab.tar.bz2
Delete no-longer-used single-arg WebMediaPlayer{Impl,Android}::load() method.
(dead code since WebMediaPlayerClientImpl became CORS-aware) TBR=scherkus@chromium.org Review URL: https://chromiumcodereview.appspot.com/10542095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141379 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/media/webmediaplayer_impl.h')
-rw-r--r--webkit/media/webmediaplayer_impl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
index fd041ef..cd5f918 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -110,9 +110,6 @@ class WebMediaPlayerImpl
media::MediaLog* media_log);
virtual ~WebMediaPlayerImpl();
- // TODO(fischman): remove the single-param version once WebKit stops calling
- // it.
- virtual void load(const WebKit::WebURL& url);
virtual void load(const WebKit::WebURL& url, CORSMode cors_mode);
virtual void cancelLoad();