Index: content/public/common/content_client.cc |
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc |
index 14867c106340a9d9fccaf34d31a96e735d86fe54..5f8f2bba3e9aad9a528f273018497abb0345fbef 100644 |
--- a/content/public/common/content_client.cc |
+++ b/content/public/common/content_client.cc |
@@ -79,7 +79,7 @@ bool ContentClient::SandboxPlugin(CommandLine* command_line, |
} |
#endif |
-#if defined(OS_MACOSX) |
+#if defined(OS_MACOSX) && !defined(OS_IOS) |
bool ContentClient::GetSandboxProfileForSandboxType( |
int sandbox_type, |
int* sandbox_profile_resource_id) const { |