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

Unified Diff: content/test/data/media/webui/integration_test.html

Issue 23536020: Adds cache and buffer graphs to the properties pane. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed how tests and cr.js are loaded and interact Created 7 years, 3 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/content_tests.gypi ('k') | content/test/data/media/webui/manager_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/media/webui/integration_test.html
diff --git a/content/test/data/media/webui/integration_test.html b/content/test/data/media/webui/integration_test.html
index 71d205c71751bcde57ce08a76571c9f6997817a1..be567a0f1cc4411a6bcb588a4e63981dd667d238 100644
--- a/content/test/data/media/webui/integration_test.html
+++ b/content/test/data/media/webui/integration_test.html
@@ -7,6 +7,8 @@ found in the LICENSE file.
<html>
<body>
<script>
+ window.chrome = {};
+
window.setUp = function() {
var doNothing = function() {};
var mockClientRenderer = {
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/data/media/webui/manager_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698