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

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: got tests running 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
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);
Charlie Reis 2013/09/09 18:02:22 Just curious, but where is this used? I don't see
Ty Overby 2013/09/09 18:28:13 content/browser/resources/media/cache_entry.js
AddLibrary(IDR_MEDIA_INTERNALS_NEW_JS);
base::FilePath path;

Powered by Google App Engine
This is Rietveld 408576698