summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webmediaplayer_impl.h
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-07 02:43:22 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-07 02:43:22 +0000
commit9eb09ff76df1a01e34780a07e30d1df7ffe1c0be (patch)
tree07aa839711048a01edca284de04860449447f12b /chrome/renderer/webmediaplayer_impl.h
parenta61bd0dcdbdebe9da69c83af914b46374cda8205 (diff)
downloadchromium_src-9eb09ff76df1a01e34780a07e30d1df7ffe1c0be.zip
chromium_src-9eb09ff76df1a01e34780a07e30d1df7ffe1c0be.tar.gz
chromium_src-9eb09ff76df1a01e34780a07e30d1df7ffe1c0be.tar.bz2
TBR=scherkus
The implementation of media data source using file handle is not used anymore, disable them. Review URL: http://codereview.chromium.org/115059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15495 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/webmediaplayer_impl.h')
-rw-r--r--chrome/renderer/webmediaplayer_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/webmediaplayer_impl.h b/chrome/renderer/webmediaplayer_impl.h
index 12c675f..3e263d5 100644
--- a/chrome/renderer/webmediaplayer_impl.h
+++ b/chrome/renderer/webmediaplayer_impl.h
@@ -171,7 +171,7 @@ class WebMediaPlayerImpl : public WebKit::WebMediaPlayer,
// Message loops for posting tasks between Chrome's main thread. Also used
// for DCHECKs so methods calls won't execute in the wrong thread.
- MessageLoop* |main_loop_|;
+ MessageLoop* main_loop_;
// A collection of factories for creating filters.
scoped_refptr<media::FilterFactoryCollection> filter_factory_;