Index: media/base/filter_host.h |
diff --git a/media/base/filter_host.h b/media/base/filter_host.h |
index e28a957082a099a51047b929a25dc449f3449ed3..c21b69355f84b511f3fa9d3fe389ef2276ec6f52 100644 |
--- a/media/base/filter_host.h |
+++ b/media/base/filter_host.h |
@@ -26,7 +26,7 @@ namespace media { |
class FilterHost { |
public: |
// Stops execution of the pipeline due to a fatal error. Do not call this |
- // method with PIPELINE_OK or PIPELINE_STOPPING (used internally by pipeline). |
+ // method with PIPELINE_OK. |
virtual void SetError(PipelineError error) = 0; |
// Gets the current time in microseconds. |