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); |