Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 80bde7ec33da723528214c6ad1bfbb2fb8db43d4..a9f90cb309c3c723c553d21e9e6df77a498a8e51 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -288,7 +288,7 @@ void HandleHelpSwitches(const CommandLine& command_line) { |
} |
#endif |
-#if !defined(OS_MACOSX) |
+#if !defined(OS_MACOSX) && !defined(OS_ANDROID) |
void SIGTERMProfilingShutdown(int signal) { |
Profiling::Stop(); |
struct sigaction sigact; |