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

Unified Diff: trunk/src/content/browser/resources/media/webrtc_internals.js

Issue 15021010: Revert 199008 "Fixes a memory leak when running webrtc-internals..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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 | « trunk/src/content/browser/resources/media/timeline_graph_view.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/browser/resources/media/webrtc_internals.js
===================================================================
--- trunk/src/content/browser/resources/media/webrtc_internals.js (revision 199028)
+++ trunk/src/content/browser/resources/media/webrtc_internals.js (working copy)
@@ -9,10 +9,6 @@
var statsTable = null;
var dumpCreator = null;
-// The maximum number of data points bufferred for each stats. Old data points
-// will be shifted out when the buffer is full.
-var MAX_STATS_DATA_POINT_BUFFER_SIZE = 1000;
-
<include src="ssrc_info_manager.js"/>
<include src="stats_graph_helper.js"/>
<include src="stats_table.js"/>
« no previous file with comments | « trunk/src/content/browser/resources/media/timeline_graph_view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698