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

Unified Diff: content/browser/media/session/pepper_player_delegate.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 | « content/browser/media/session/pepper_player_delegate.h ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/session/pepper_player_delegate.cc
diff --git a/content/browser/media/session/pepper_player_delegate.cc b/content/browser/media/session/pepper_player_delegate.cc
index 5e6f168990494f14148d58044f884afb57de00d3..b34fe574c4ee5140ac5c36fd18199faf072605c7 100644
--- a/content/browser/media/session/pepper_player_delegate.cc
+++ b/content/browser/media/session/pepper_player_delegate.cc
@@ -58,7 +58,7 @@ void PepperPlayerDelegate::OnSetVolumeMultiplier(int player_id,
SetVolume(player_id, volume_multiplier);
}
-RenderFrameHost* PepperPlayerDelegate::GetRenderFrameHost() const {
+RenderFrameHost* PepperPlayerDelegate::render_frame_host() const {
return render_frame_host_;
}
« no previous file with comments | « content/browser/media/session/pepper_player_delegate.h ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698