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

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

Issue 2299183002: Revert of content: Fix Context creation logic in ContextProviderFactoryImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/content_tests.gypi ('k') | content/public/test/test_renderer_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 af258d3cc29a89a6db7a2ef014e4d4dacd3d1685..3a645cf51c92f2da3aae875fd2ba889c050eb873 100644
--- a/content/public/test/test_renderer_host.h
+++ b/content/public/test/test_renderer_host.h
@@ -36,7 +36,6 @@
class BrowserContext;
class ContentBrowserSanityChecker;
-class MockGpuChannelEstablishFactory;
class MockRenderProcessHost;
class MockRenderProcessHostFactory;
class NavigationController;
@@ -282,9 +281,6 @@
#if defined(USE_AURA)
std::unique_ptr<aura::test::AuraTestHelper> aura_test_helper_;
#endif
-#if defined(OS_ANDROID)
- std::unique_ptr<MockGpuChannelEstablishFactory> gpu_channel_factory_;
-#endif
RenderViewHostTestEnabler rvh_test_enabler_;
DISALLOW_COPY_AND_ASSIGN(RenderViewHostTestHarness);
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/test/test_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698