summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-13 18:11:07 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-13 18:11:07 +0000
commitae6b74f65f1969b5a2420532665eb65d9cee07fe (patch)
treeab66e6568b9f001127a602d31f8e95459161d55e /media
parent7a9323e0b107abda87ecc62dba990ea558b7df5c (diff)
downloadchromium_src-ae6b74f65f1969b5a2420532665eb65d9cee07fe.zip
chromium_src-ae6b74f65f1969b5a2420532665eb65d9cee07fe.tar.gz
chromium_src-ae6b74f65f1969b5a2420532665eb65d9cee07fe.tar.bz2
Remove unneeded friend tests from media::FileDataSource.
These became unnecessary when we switched away from using factories to create DataSource objects in r118338. TBR=acolwell Review URL: https://chromiumcodereview.appspot.com/10091001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132215 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r--media/filters/file_data_source.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/media/filters/file_data_source.h b/media/filters/file_data_source.h
index 100ead37..bcbc591 100644
--- a/media/filters/file_data_source.h
+++ b/media/filters/file_data_source.h
@@ -33,14 +33,6 @@ class MEDIA_EXPORT FileDataSource : public DataSource {
virtual void SetBitrate(int bitrate) OVERRIDE;
private:
- // Only allow factories and tests to create this object.
- //
- // TODO(scherkus): I'm getting tired of these factories getting in the way
- // of my tests!!!
- FRIEND_TEST_ALL_PREFIXES(FileDataSourceTest, OpenFile);
- FRIEND_TEST_ALL_PREFIXES(FileDataSourceTest, ReadData);
- FRIEND_TEST_ALL_PREFIXES(FileDataSourceTest, Seek);
-
// Informs the host of changes in total and buffered bytes.
void UpdateHostBytes();