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

Unified Diff: tools/perf/page_sets/tough_video_cases/video.html

Issue 217033007: Add seek tests to media constrained network benchmark. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 9 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 | « tools/perf/page_sets/media_cns_cases.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_video_cases/video.html
diff --git a/tools/perf/page_sets/tough_video_cases/video.html b/tools/perf/page_sets/tough_video_cases/video.html
index 641d82237a04d8ab5e054e09d56e9c7eb5a9f8f8..5e7bd30dd2f3f0185df7975df36fc62fae49a94f 100644
--- a/tools/perf/page_sets/tough_video_cases/video.html
+++ b/tools/perf/page_sets/tough_video_cases/video.html
@@ -40,7 +40,8 @@
function getMediaSRC() {
var mediaSRC = qsParams['src']
if (qsParams['net'])
- return getNetsimURL(qsParams['net']) + '&f=' + mediaSRC;
+ return getNetsimURL(qsParams['net']) + '&new_port=True' + '&f=' +
+ mediaSRC;
return mediaSRC;
}
« no previous file with comments | « tools/perf/page_sets/media_cns_cases.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698