Chromium Code Reviews| Index: media/base/filters.cc |
| =================================================================== |
| --- media/base/filters.cc (revision 113907) |
| +++ media/base/filters.cc (working copy) |
| @@ -29,11 +29,6 @@ |
| Filter::~Filter() {} |
| -void Filter::clear_host() { |
| - DCHECK(host_); |
| - host_ = NULL; |
| -} |
| - |
| void Filter::set_host(FilterHost* host) { |
| DCHECK(host); |
| DCHECK(!host_); |
| Property changes on: media/base/filters.cc |
| ___________________________________________________________________ |
| Added: svn:mergeinfo |