From 4c793f0298cbafa6826ef1bc2d85d92bf64320ba Mon Sep 17 00:00:00 2001 From: "atwilson@chromium.org" Date: Wed, 18 Aug 2010 20:55:45 +0000 Subject: Added BackgroundModeManager which tracks when background apps are loaded/unloaded and puts Chrome into BackgroundMode appropriately. Added EXTENSION_UNINSTALLING notification which is sent out when a notification is about to be uninstalled. Refactored StatusTray code to move StatusTray under the profile rather than attaching it to the browser process, and removed StatusTrayManager which is no longer needed now that BackgroundModeManager handles creating status icons. BUG=43382 TEST=background_mode_manager_unittests.cc Review URL: http://codereview.chromium.org/3134011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56596 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/background_contents_service.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chrome/browser/background_contents_service.h') diff --git a/chrome/browser/background_contents_service.h b/chrome/browser/background_contents_service.h index 2512c4d..e9d7df0a 100644 --- a/chrome/browser/background_contents_service.h +++ b/chrome/browser/background_contents_service.h @@ -127,10 +127,6 @@ class BackgroundContentsService : private NotificationObserver, typedef std::map BackgroundContentsMap; BackgroundContentsMap contents_map_; - // If true, should always keep the browser process alive regardless of whether - // there are any BackgroundContents (used for manual/automated testing). - bool always_keep_alive_; - DISALLOW_COPY_AND_ASSIGN(BackgroundContentsService); }; -- cgit v1.1