Index: extensions/shell/app/shell_main_delegate.h |
diff --git a/extensions/shell/app/shell_main_delegate.h b/extensions/shell/app/shell_main_delegate.h |
index e7366024c1fe938befb399eed4787bac7a780635..587de92d50215ee86f7ce546943397683837664f 100644 |
--- a/extensions/shell/app/shell_main_delegate.h |
+++ b/extensions/shell/app/shell_main_delegate.h |
@@ -30,8 +30,7 @@ class ShellMainDelegate : public content::ContentMainDelegate { |
content::ContentBrowserClient* CreateContentBrowserClient() override; |
content::ContentRendererClient* CreateContentRendererClient() override; |
content::ContentUtilityClient* CreateContentUtilityClient() override; |
-#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && \ |
- !defined(OS_IOS) |
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) |
void ZygoteStarting( |
ScopedVector<content::ZygoteForkDelegate>* delegates) override; |
#endif |