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

Unified Diff: media/base/pipeline.h

Issue 444333007: Pipeline: Invalidate weak pointers before returning stop callback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 7c79b3f41762b0810d33ad3c9fa740b1e8b15a86..d1516acdee730393e55b8042c036890fd8574f4c 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -189,6 +189,7 @@ class MEDIA_EXPORT Pipeline : public DemuxerHost {
FRIEND_TEST_ALL_PREFIXES(PipelineTest, EndedCallback);
FRIEND_TEST_ALL_PREFIXES(PipelineTest, AudioStreamShorterThanVideo);
friend class MediaLog;
+ friend class PipelineTest;
scherkus (not reviewing) 2014/08/07 18:51:52 not the biggest fan of making a whole class a frie
xhwang 2014/08/07 19:04:34 Done.
// Pipeline states, as described above.
enum 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