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

Unified Diff: content/test/webui_resource_browsertest.cc

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/test/data/media/webui/player_info_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webui_resource_browsertest.cc
diff --git a/content/test/webui_resource_browsertest.cc b/content/test/webui_resource_browsertest.cc
index 454f65c4035bb5cdd6af76ccff31bfe853a3f25a..1c369ecbbe168c038ab287e1820d7216059e7d1a 100644
--- a/content/test/webui_resource_browsertest.cc
+++ b/content/test/webui_resource_browsertest.cc
@@ -12,6 +12,7 @@
#include "content/test/content_browser_test.h"
#include "content/test/content_browser_test_utils.h"
#include "grit/content_resources.h"
+#include "grit/webui_resources.h"
#include "net/base/net_util.h"
namespace content {
@@ -32,6 +33,7 @@ class WebUIResourceBrowserTest : public ContentBrowserTest {
}
void RunMediaInternalsTest(const base::FilePath::CharType* file) {
+ AddLibrary(IDR_WEBUI_JS_CR);
AddLibrary(IDR_MEDIA_INTERNALS_NEW_JS);
base::FilePath path;
« no previous file with comments | « content/test/data/media/webui/player_info_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698