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

Unified Diff: content/test/test_webkit_platform_support.h

Issue 456413002: Move the user agent styles sheets to blink_resources.grd (Part 2) with Unit test support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/test_content_client.cc ('k') | content/test/test_webkit_platform_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_webkit_platform_support.h
diff --git a/content/test/test_webkit_platform_support.h b/content/test/test_webkit_platform_support.h
index ddfcf0b1e8e6a7595cf3be40cfafd35f1e199d33..5f2058920d87bbc1f4c45eaf097d211379444b85 100644
--- a/content/test/test_webkit_platform_support.h
+++ b/content/test/test_webkit_platform_support.h
@@ -25,6 +25,7 @@ class WebLayerTreeView;
}
namespace content {
+class TestContentClientInitializer;
// An implementation of WebKitPlatformSupport for tests.
class TestWebKitPlatformSupport
@@ -99,6 +100,7 @@ class TestWebKitPlatformSupport
scoped_ptr<WebURLLoaderMockFactory> url_loader_factory_;
WebCompositorSupportImpl compositor_support_;
scoped_ptr<base::StatsTable> stats_table_;
+ scoped_ptr<TestContentClientInitializer> content_initializer_;
jochen (gone - plz use gerrit) 2014/08/11 14:21:18 i don't think this should happen as part of the we
#if defined(OS_WIN) || defined(OS_MACOSX)
blink::WebThemeEngine* active_theme_engine_;
« no previous file with comments | « content/test/test_content_client.cc ('k') | content/test/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698