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

Unified Diff: media/base/media_log.cc

Issue 10826196: Clean up Pipeline terminal state logic by merging kError into kStopped state. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: 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.h » ('j') | media/base/pipeline.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_log.cc
diff --git a/media/base/media_log.cc b/media/base/media_log.cc
index eead7342b6eabd50247e2d5a7b1c2898274a3710..fbb769e03c0a4ce1f151bad904b75f8e64c94177 100644
--- a/media/base/media_log.cc
+++ b/media/base/media_log.cc
@@ -85,8 +85,6 @@ const char* MediaLog::PipelineStateToString(Pipeline::State state) {
return "stopping";
case Pipeline::kStopped:
return "stopped";
- case Pipeline::kError:
- return "error";
}
NOTREACHED();
return NULL;
« no previous file with comments | « no previous file | media/base/pipeline.h » ('j') | media/base/pipeline.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698