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

Unified Diff: chrome/browser/chromeos/media/media_player.h

Issue 10094012: Made File Manager respect the user-selected launch type (tab/pinned tab/window/fullscreen) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved changes requiring external OWNERs approval to another patch Created 8 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
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
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager_util.cc ('k') | chrome/browser/chromeos/media/media_player.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698