Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(713)

Unified Diff: media/base/pipeline.h

Issue 10823222: Inline media::Pipeline::ResetState() into initializer list. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: nits Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/pipeline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index 9bd23e2edf05713946346b8a4823e7d4dd7fc514..1d50f04e6495d49fb64c2f9742d04970905eadba 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -252,10 +252,6 @@ class MEDIA_EXPORT Pipeline
kError,
};
- // Reset the state of the pipeline object to the initial state. This method
- // is used by the constructor, and the Stop() method.
- void ResetState();
-
// Updates |state_|. All state transitions should use this call.
void SetState(State next_state);
« no previous file with comments | « no previous file | media/base/pipeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698