Index: chrome/browser/chromeos/media/media_player.h |
diff --git a/chrome/browser/chromeos/media/media_player.h b/chrome/browser/chromeos/media/media_player.h |
index 9a5fb8b234b5219ee395f2021271d34c33c617a0..3b5cc41da4881160a73336ece7abe5d203418b5b 100644 |
--- a/chrome/browser/chromeos/media/media_player.h |
+++ b/chrome/browser/chromeos/media/media_player.h |
@@ -40,16 +40,12 @@ class MediaPlayer : public content::NotificationObserver { |
// Enqueues this fileschema url into the current playlist. |
void EnqueueMediaFileUrl(const GURL& url); |
- // Clears out the current playlist, and start playback of the given |
- // |file_path|. |
- void ForcePlayMediaFile(Profile* profile, const FilePath& file_path); |
- |
// Clears out the current playlist, and start playback of the given url. |
void ForcePlayMediaURL(const GURL& url); |
// Popup the mediaplayer, this shows the browser, and sets up its |
// locations correctly. |
- void PopupMediaPlayer(Browser* creator); |
+ void PopupMediaPlayer(); |
// Sets the currently playing element to the given positions. |
void SetPlaylistPosition(int position); |
@@ -84,7 +80,6 @@ class MediaPlayer : public content::NotificationObserver { |
MediaPlayer(); |
- GURL GetOriginUrl() const; |
GURL GetMediaPlayerUrl() const; |
// Browser containing the Mediaplayer. Used to force closes. This is |