Index: chrome/common/chrome_content_client.cc |
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc |
index 05ed4c5aa345ff1d2cfdac9e9d5ebb78b8c16c46..1828652d3fd8f37904f1f86a72f73e168102597f 100644 |
--- a/chrome/common/chrome_content_client.cc |
+++ b/chrome/common/chrome_content_client.cc |
@@ -522,7 +522,7 @@ bool ChromeContentClient::SandboxPlugin(CommandLine* command_line, |
} |
#endif |
-#if defined(OS_MACOSX) |
+#if defined(OS_MACOSX) && !defined(OS_IOS) |
bool ChromeContentClient::GetSandboxProfileForSandboxType( |
int sandbox_type, |
int* sandbox_profile_resource_id) const { |