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

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

Issue 2712983004: Simplify/Cleanup MediaClient (Closed)
Patch Set: Little fixes Created 3 years, 9 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
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 ed9ce629889c0b1d2c5eb53eb77f4db4d4fdcf8a..34899b7fa1a9e29ce86a7c4b4a4ad9163537d8df 100644
--- a/content/renderer/media/render_media_log.h
+++ b/content/renderer/media/render_media_log.h
@@ -39,6 +39,7 @@ class CONTENT_EXPORT RenderMediaLog : public media::MediaLog {
void AddEvent(std::unique_ptr<media::MediaLogEvent> event) override;
std::string GetLastErrorMessage() override;
void RecordRapporWithSecurityOrigin(const std::string& metric) override;
+ void RecordRapporWithURL(const std::string& metric, const GURL& url) override;
xhwang 2017/04/03 17:47:14 Please add a TODO to replace all usage of this one
chcunningham 2017/04/03 18:47:39 Implemented the TODO
// Will reset |last_ipc_send_time_| with the value of NowTicks().
void SetTickClockForTesting(std::unique_ptr<base::TickClock> tick_clock);

Powered by Google App Engine
This is Rietveld 408576698