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

Unified Diff: content/renderer/media/render_media_log.h

Issue 2688523002: Revert of Use timer task queue for RenderMediaLog (Closed)
Patch Set: Created 3 years, 10 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 | content/renderer/media/render_media_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/render_media_log.h
diff --git a/content/renderer/media/render_media_log.h b/content/renderer/media/render_media_log.h
index 568e283579dfb2575eebd185518edf7dd5569bd0..ed9ce629889c0b1d2c5eb53eb77f4db4d4fdcf8a 100644
--- a/content/renderer/media/render_media_log.h
+++ b/content/renderer/media/render_media_log.h
@@ -33,9 +33,7 @@
// It must be constructed on the render thread.
class CONTENT_EXPORT RenderMediaLog : public media::MediaLog {
public:
- explicit RenderMediaLog(
- const GURL& security_origin,
- scoped_refptr<base::SingleThreadTaskRunner> task_runner);
+ explicit RenderMediaLog(const GURL& security_origin);
// MediaLog implementation.
void AddEvent(std::unique_ptr<media::MediaLogEvent> event) override;
« no previous file with comments | « no previous file | content/renderer/media/render_media_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698