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

Unified Diff: third_party/WebKit/public/platform/WebMediaPlayerClient.h

Issue 2844963006: Remove WebMediaPlayerClient::RequestReload() (Closed)
Patch Set: 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 | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebMediaPlayerClient.h
diff --git a/third_party/WebKit/public/platform/WebMediaPlayerClient.h b/third_party/WebKit/public/platform/WebMediaPlayerClient.h
index 35d5db595f05ce6b68c8e0a8271674ad943ba7f4..986e0a33d9991d1bbb3d921e8241a9af7f2d6925 100644
--- a/third_party/WebKit/public/platform/WebMediaPlayerClient.h
+++ b/third_party/WebKit/public/platform/WebMediaPlayerClient.h
@@ -107,9 +107,6 @@ class BLINK_PLATFORM_EXPORT WebMediaPlayerClient {
// Returns whether the media element is in an autoplay muted state.
virtual bool IsAutoplayingMuted() = 0;
- // Warning: This method will destruct the caller.
- virtual void RequestReload(const WebURL& new_url) = 0;
-
// Returns if there's a selected video track.
virtual bool HasSelectedVideoTrack() = 0;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698