Index: content/child/process_background_message_filter.cc |
diff --git a/content/child/process_background_message_filter.cc b/content/child/process_background_message_filter.cc |
index 5c32d54f447233c2ac1c88d744aca812bfb36fb4..ee19d039b2a45c0bad61ea2cd45f4f55259cd8c8 100644 |
--- a/content/child/process_background_message_filter.cc |
+++ b/content/child/process_background_message_filter.cc |
@@ -36,11 +36,6 @@ void ProcessBackgroundMessageFilter::SetTimerSlack(bool background) { |
void ProcessBackgroundMessageFilter::OnProcessBackgrounded(bool background) { |
DCHECK(base::MessageLoopForIO::IsCurrent()); |
-#ifdef OS_WIN |
- // Windows Vista+ has a fancy process backgrounding mode that can only be set |
- // from within the process. |
- base::Process::Current().SetProcessBackgrounded(background); |
-#endif // OS_WIN |
// Post to the main thread to set the timer slack. |
main_thread_task_runner_->PostTask( |
FROM_HERE, |