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

Unified Diff: ui/views/test/webview_test_helper.h

Issue 10510005: Hide TestRenderViewHostFactory from embedders since it depends on internal content classes. Expose … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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: ui/views/test/webview_test_helper.h
===================================================================
--- ui/views/test/webview_test_helper.h (revision 140261)
+++ ui/views/test/webview_test_helper.h (working copy)
@@ -13,8 +13,6 @@
namespace content {
class TestContentClientInitializer;
class TestBrowserThread;
-class MockRenderProcessHostFactory;
-class TestRenderViewHostFactory;
} // namespace content
namespace views {
@@ -30,9 +28,6 @@
scoped_ptr<content::TestBrowserThread> ui_thread_;
- scoped_ptr<content::MockRenderProcessHostFactory> rph_factory_;
- scoped_ptr<content::TestRenderViewHostFactory> rvh_factory_;
-
DISALLOW_COPY_AND_ASSIGN(WebViewTestHelper);
};

Powered by Google App Engine
This is Rietveld 408576698