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

Unified Diff: content/public/test/test_renderer_host.h

Issue 2686243002: content/ui[Android]: Remove ContextProviderFactory. (Closed)
Patch Set: more rebase Created 3 years, 10 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/public/test/test_renderer_host.h
diff --git a/content/public/test/test_renderer_host.h b/content/public/test/test_renderer_host.h
index 2aaa3ff3e057652443dd3f4a243a2026c8a69d22..657933e7b387088a57d25233f4faf01c89765efd 100644
--- a/content/public/test/test_renderer_host.h
+++ b/content/public/test/test_renderer_host.h
@@ -40,7 +40,6 @@ namespace content {
class BrowserContext;
class ContentBrowserSanityChecker;
-class MockGpuChannelEstablishFactory;
class MockRenderProcessHost;
class MockRenderProcessHostFactory;
class NavigationController;
@@ -180,7 +179,6 @@ class RenderViewHostTestEnabler {
friend class RenderViewHostTestHarness;
#if defined(OS_ANDROID)
- std::unique_ptr<MockGpuChannelEstablishFactory> gpu_channel_factory_;
std::unique_ptr<display::Screen> screen_;
#endif
std::unique_ptr<MockRenderProcessHostFactory> rph_factory_;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | content/public/test/test_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698