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

Unified Diff: data/media/youtube.html

Issue 8548002: Adding CPU performance test for Youtube video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: '' Created 9 years, 1 month 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 | functional/perf.py » ('j') | functional/perf.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: data/media/youtube.html
===================================================================
--- data/media/youtube.html (revision 109125)
+++ data/media/youtube.html (working copy)
@@ -15,7 +15,7 @@
var params = { allowScriptAccess: "always" };
var atts = { id: "myytplayer" };
swfobject.embedSWF(
- "http://www.youtube.com/e/SuiAW_6XKVM?enablejsapi=1&playerapiid=ytplayer",
+ "http://www.youtube.com/e/zuzaxlddWbk?enablejsapi=1&playerapiid=ytplayer",
"ytapiplayer", "800", "600", "8", null, null, params, atts);
}
</script>
« no previous file with comments | « no previous file | functional/perf.py » ('j') | functional/perf.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698