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

Unified Diff: chrome/browser/media/media_internals.cc

Issue 7273089: Display active audio streams on chrome://media-internals. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removing silliness. Created 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/media_internals.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/media_internals.cc
diff --git a/chrome/browser/media/media_internals.cc b/chrome/browser/media/media_internals.cc
index 67ac28dc13c21aba06242c11b1076d92b3815f9c..bf632817a11c20eea767f93f7f2c53744f86a2bc 100644
--- a/chrome/browser/media/media_internals.cc
+++ b/chrome/browser/media/media_internals.cc
@@ -12,9 +12,9 @@
#include "content/browser/webui/web_ui.h"
// The names of the javascript functions to call with updates.
-static const char kDeleteItemFunction[] = "onItemDeleted";
-static const char kAudioUpdateFunction[] = "onAudioUpdate";
-static const char kSendEverythingFunction[] = "onReceiveEverything";
+static const char kDeleteItemFunction[] = "media.onItemDeleted";
+static const char kAudioUpdateFunction[] = "media.addAudioStream";
+static const char kSendEverythingFunction[] = "media.onReceiveEverything";
MediaInternals::~MediaInternals() {}
« no previous file with comments | « no previous file | chrome/browser/resources/media_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698