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

Unified Diff: chromecast/browser/cast_content_window.h

Issue 1037593003: Propagate media play/pause to WebContentsObserver for Chromecast metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chromecast/browser/cast_content_window.h
diff --git a/chromecast/browser/cast_content_window.h b/chromecast/browser/cast_content_window.h
index 8c6f6e0d8deae5a16ee9b7882ea9489661a8ff0d..5cd2a5c516ce807db8b8114b093a6b920eafedd4 100644
--- a/chromecast/browser/cast_content_window.h
+++ b/chromecast/browser/cast_content_window.h
@@ -44,6 +44,8 @@ class CastContentWindow : public content::WebContentsObserver {
// content::WebContentsObserver implementation:
void DidFirstVisuallyNonEmptyPaint() override;
+ void MediaPausedNotification() override;
+ void MediaPlayingNotification() override;
private:
#if defined(USE_AURA)
« no previous file with comments | « no previous file | chromecast/browser/cast_content_window.cc » ('j') | content/public/browser/web_contents_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698