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

Unified Diff: content/browser/resources/media/new/player_manager.js

Issue 20804002: Added the next series of files that go into media-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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: content/browser/resources/media/new/player_manager.js
diff --git a/content/browser/resources/media/new/player_manager.js b/content/browser/resources/media/new/player_manager.js
index 3de93357f98ce5a7cfdc12e57e7fd47d4fd9b1f6..a6d9ef32b441af46fedd562c0dce55b5406d5132 100644
--- a/content/browser/resources/media/new/player_manager.js
+++ b/content/browser/resources/media/new/player_manager.js
@@ -51,6 +51,10 @@ var PlayerManager = (function() {
}
},
+ removeAllForDebug: function() {
scherkus (not reviewing) 2013/07/29 20:35:54 s/ForDebug/ForTest/ also ... remove all of what?
Ty Overby 2013/07/29 21:53:31 I like the idea of modifying the media singleton t
+ this.players_ = {};
+ },
+
/**
* Selects a player and displays it on the UI.
* This method is called from the UI.

Powered by Google App Engine
This is Rietveld 408576698