Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 8fe2912c14d0929e84f85c19041705e95a024408..44b5eceb150fba92fc49e3c2155923a83f9023aa 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -305,7 +305,7 @@ void SetUpProfilingShutdownHandler() { |
sigemptyset(&sigact.sa_mask); |
CHECK(sigaction(SIGTERM, &sigact, NULL) == 0); |
} |
-#endif |
+#endif // !defined(OS_MACOSX) && !defined(OS_ANDROID) |
#endif // OS_POSIX |