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

Unified Diff: content/public/test/test_content_client_initializer.cc

Issue 1815563004: Remove iOS ifdefs in src/content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 9 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/public/test/render_view_test.cc ('k') | content/public/test/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_content_client_initializer.cc
diff --git a/content/public/test/test_content_client_initializer.cc b/content/public/test/test_content_client_initializer.cc
index e19f4d8656d87a81ac79b092f53ab1d285a79e5b..66bf033525030abe64262b6818e5c122ebca6443 100644
--- a/content/public/test/test_content_client_initializer.cc
+++ b/content/public/test/test_content_client_initializer.cc
@@ -36,11 +36,9 @@ TestContentClientInitializer::~TestContentClientInitializer() {
}
void TestContentClientInitializer::CreateTestRenderViewHosts() {
-#if !defined(OS_IOS)
rph_factory_.reset(new MockRenderProcessHostFactory());
test_render_view_host_factory_.reset(
new TestRenderViewHostFactory(rph_factory_.get()));
-#endif // OS_IOS
}
} // namespace content
« no previous file with comments | « content/public/test/render_view_test.cc ('k') | content/public/test/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698