Keep Chrome alive while packaged app background pages are running.
commit979574d0beda1f79337b1398c24d27d53351f517
authorsammc@chromium.org <sammc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Oct 2013 04:45:56 +0000 (30 04:45 +0000)
committersammc@chromium.org <sammc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Oct 2013 04:45:56 +0000 (30 04:45 +0000)
tree63d156d7b92f66885383c6b0db8af07e75cdbfb8
parenta418bf7985a2c936e96cb8c2b3e2a7c14d553f76
Keep Chrome alive while packaged app background pages are running.

This will delay Chrome's shutdown until some time after the last app
window closes.

BUG=130457

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231749 0039d316-1c4b-4281-b951-d872f2087c98
apps/app_keep_alive_service.cc [new file with mode: 0644]
apps/app_keep_alive_service.h [new file with mode: 0644]
apps/app_keep_alive_service_factory.cc [new file with mode: 0644]
apps/app_keep_alive_service_factory.h [new file with mode: 0644]
apps/app_keep_alive_service_unittest.cc [new file with mode: 0644]
apps/apps.gypi
chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
chrome/chrome_tests_unit.gypi