Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / content / child / child_thread.cc
index 89ff408..3222b41 100644 (file)
@@ -579,7 +579,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
 }