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

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

Issue 115993004: Remove WebMediaPlayerImpl::GetClient() because it's useless. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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/webmediaplayer_impl.h
diff --git a/content/renderer/media/webmediaplayer_impl.h b/content/renderer/media/webmediaplayer_impl.h
index 50ee39b14291eec5ec4097a7a84626d53098a756..e0a06b4df37f509660ae3ca76e21133011527169 100644
--- a/content/renderer/media/webmediaplayer_impl.h
+++ b/content/renderer/media/webmediaplayer_impl.h
@@ -223,9 +223,6 @@ class WebMediaPlayerImpl
// Destroy resources held.
void Destroy();
- // Getter method to |client_|.
- blink::WebMediaPlayerClient* GetClient();
-
// Lets V8 know that player uses extra resources not managed by V8.
void IncrementExternallyAllocatedMemory();
« no previous file with comments | « no previous file | content/renderer/media/webmediaplayer_impl.cc » ('j') | content/renderer/media/webmediaplayer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698