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

Unified Diff: content/browser/media/session/audio_focus_manager_unittest.cc

Issue 2798083002: Record user interactions with MediaSession by action type (Closed)
Patch Set: addressed style nits Created 3 years, 8 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/browser/media/session/media_session_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/session/audio_focus_manager_unittest.cc
diff --git a/content/browser/media/session/audio_focus_manager_unittest.cc b/content/browser/media/session/audio_focus_manager_unittest.cc
index 2a44f7cfba123c7f56bcf7cbe4566d26538454da..4c0ceda88bb3e109c2a93acaa373cdb53e290c25 100644
--- a/content/browser/media/session/audio_focus_manager_unittest.cc
+++ b/content/browser/media/session/audio_focus_manager_unittest.cc
@@ -25,7 +25,7 @@ class MockMediaSessionPlayerObserver : public MediaSessionPlayerObserver {
void OnResume(int player_id) override {}
void OnSetVolumeMultiplier(
int player_id, double volume_multiplier) override {}
- RenderFrameHost* GetRenderFrameHost() const override { return nullptr; }
+ RenderFrameHost* render_frame_host() const override { return nullptr; }
};
} // anonymous namespace
« no previous file with comments | « no previous file | content/browser/media/session/media_session_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698