| Index: content/child/child_thread.cc
|
| diff --git a/content/child/child_thread.cc b/content/child/child_thread.cc
|
| index e606a1728b48faf88da06438e7dca02c84e2219b..45d10da729360beb9547ab5fc6a6c4efc114c320 100644
|
| --- a/content/child/child_thread.cc
|
| +++ b/content/child/child_thread.cc
|
| @@ -567,7 +567,9 @@ void ChildThread::OnProcessBackgrounded(bool background) {
|
| #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);
|
| + // TODO(wfh) Do not set background from within process until the issue with
|
| + // white tabs is resolved. See http://crbug.com/398103.
|
| + // base::Process::Current().SetProcessBackgrounded(background);
|
| #endif // OS_WIN
|
| }
|
|
|
|
|