diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 21:52:10 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 21:52:10 +0000 |
commit | 54cdca4fe4814a6fdd4e7deb6ca6681514f50505 (patch) | |
tree | a91453d6b2b328362fb8521a1585382c82cedd8f /chrome/browser/background_mode_manager.h | |
parent | 975496c3acddae77c7d8bf0f936242efe6ec9e0a (diff) | |
download | chromium_src-54cdca4fe4814a6fdd4e7deb6ca6681514f50505.zip chromium_src-54cdca4fe4814a6fdd4e7deb6ca6681514f50505.tar.gz chromium_src-54cdca4fe4814a6fdd4e7deb6ca6681514f50505.tar.bz2 |
Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.
The important part is that it comes after the EXTENSION_UNLOADED
notification is sent. This makes it easier on the listeners, as they
can assume that extension notifications other than EXTENSION_UNINSTALLED
are sent for currently-installed extensions.
BUG=54415
TEST=BackgroundModeManagerTest
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60834
Review URL: http://codereview.chromium.org/3461025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60848 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/background_mode_manager.h')
-rw-r--r-- | chrome/browser/background_mode_manager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/background_mode_manager.h b/chrome/browser/background_mode_manager.h index 46e8847..27e710f 100644 --- a/chrome/browser/background_mode_manager.h +++ b/chrome/browser/background_mode_manager.h @@ -85,9 +85,6 @@ class BackgroundModeManager // Invoked when the kBackgroundModeEnabled preference has changed. void OnBackgroundModePrefChanged(); - // Returns true if the passed extension is a background app. - bool IsBackgroundApp(Extension* extension); - // Returns true if the background mode preference is enabled bool IsBackgroundModeEnabled(); |