Android: use SetProcessBackgrounded for process visibility.
commit6aac408485218a0d48ef0f6fee540690ddc6ced0
authorppi@chromium.org <ppi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 11 Apr 2014 14:36:46 +0000 (11 14:36 +0000)
committerppi@chromium.org <ppi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 11 Apr 2014 14:36:46 +0000 (11 14:36 +0000)
tree03d341be3a3fab207e72ea60be7123e70bdc87d5
parent799200103c2e46392356e03a08bed5d913f2dabf
Android: use SetProcessBackgrounded for process visibility.

This patch removes custom ContentViewCore logic that adjusts process
bindings, hooking up the cross-platform
ChildProcessLauncher::SetProcessBackgrounded call instead.

This aligns visibility management on Android with other platforms and
simplifies ContentViewCore, removing last bits of process (pid)
awarness from it.

BUG=325896

Review URL: https://codereview.chromium.org/142023003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263242 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/android/child_process_launcher_android.cc
content/browser/android/child_process_launcher_android.h
content/browser/android/content_view_core_impl.cc
content/browser/child_process_launcher.cc
content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java
content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java