Index: chrome/common/chrome_content_client.h |
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h |
index c799f88cc6229a2011880e4f1e2bae783f0b6c60..63648d691c16e5a96677d1be2364c1765a2926cd 100644 |
--- a/chrome/common/chrome_content_client.h |
+++ b/chrome/common/chrome_content_client.h |
@@ -42,7 +42,7 @@ class ChromeContentClient : public content::ContentClient { |
sandbox::TargetPolicy* policy) OVERRIDE; |
#endif |
-#if defined(OS_MACOSX) |
+#if defined(OS_MACOSX) && !defined(OS_IOS) |
virtual bool GetSandboxProfileForSandboxType( |
int sandbox_type, |
int* sandbox_profile_resource_id) const OVERRIDE; |