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

Unified Diff: content/browser/media/webrtc_internals_browsertest.cc

Issue 14880002: Fixes a memory leak when running webrtc-internals for a long time, by using a circular buffer of si… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge conflict 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 | « no previous file | content/browser/resources/media/data_series.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/webrtc_internals_browsertest.cc
diff --git a/content/browser/media/webrtc_internals_browsertest.cc b/content/browser/media/webrtc_internals_browsertest.cc
index 30f8dfaa0e0768b6852cfd267dbeb4bf4a512b43..4ee429f80fad4c694f33753978495fb1a71b977f 100644
--- a/content/browser/media/webrtc_internals_browsertest.cc
+++ b/content/browser/media/webrtc_internals_browsertest.cc
@@ -114,7 +114,7 @@ class PeerConnectionEntry {
std::map<string, StatsMap> stats_;
};
-static const int64 FAKE_TIME_STAMP = 0;
+static const int64 FAKE_TIME_STAMP = 3600000;
class WebRTCInternalsBrowserTest: public ContentBrowserTest {
public:
« no previous file with comments | « no previous file | content/browser/resources/media/data_series.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698