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

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

Issue 19722011: Added a placeholder new media-internals page under a flag. (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
« no previous file with comments | « content/browser/resources/media/new/media_internals.html ('k') | content/content_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resources/media/new/media_internals.js
diff --git a/content/browser/resources/media/new/media_internals.js b/content/browser/resources/media/new/media_internals.js
new file mode 100644
index 0000000000000000000000000000000000000000..72a23581e24fb9f079ff292415719a520c3734fa
--- /dev/null
+++ b/content/browser/resources/media/new/media_internals.js
@@ -0,0 +1,17 @@
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+var media = {}
+
+var doNothing = function () {};
+
+media.initialize = doNothing;
+media.addAudioStream = doNothing;
+media.cacheEntriesByKey = doNothing;
+media.onReceiveEverything = doNothing;
+media.onItemDeleted = doNothing;
+media.onRendererTerminated = doNothing;
+media.onNetUpdate = doNothing;
+media.onReceiveConstants = doNothing;
+media.onMediaEvent = doNothing;
« no previous file with comments | « content/browser/resources/media/new/media_internals.html ('k') | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698