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

Unified Diff: content/test/test_content_client.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/test/run_all_unittests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_content_client.cc
diff --git a/content/test/test_content_client.cc b/content/test/test_content_client.cc
index edca49c20096908251ca8088590350320db466d1..d59a91187e838790a767f84c79c01ef2f8656c78 100644
--- a/content/test/test_content_client.cc
+++ b/content/test/test_content_client.cc
@@ -22,7 +22,6 @@ namespace content {
TestContentClient::TestContentClient()
: data_pack_(ui::SCALE_FACTOR_100P) {
// content_shell.pak is not built on iOS as it is not required.
-#if !defined(OS_IOS)
base::FilePath content_shell_pack_path;
base::File pak_file;
base::MemoryMappedFile::Region pak_region;
@@ -47,7 +46,6 @@ TestContentClient::TestContentClient()
FILE_PATH_LITERAL("content_shell.pak"));
data_pack_.LoadFromPath(content_shell_pack_path);
}
-#endif // !defined(OS_IOS)
}
TestContentClient::~TestContentClient() {
« no previous file with comments | « content/test/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698