diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-22 20:53:44 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-22 20:53:44 +0000 |
commit | b569c11767085b8e4b440d51b3bb84740a91f204 (patch) | |
tree | 2249778ad3d12ccbfdcebc89ff8f52f3a699a5b6 /chrome/common/pref_names.h | |
parent | ca6c990f200c470f2f026ccafac39e29a23c26f2 (diff) | |
download | chromium_src-b569c11767085b8e4b440d51b3bb84740a91f204.zip chromium_src-b569c11767085b8e4b440d51b3bb84740a91f204.tar.gz chromium_src-b569c11767085b8e4b440d51b3bb84740a91f204.tar.bz2 |
Display badge when new background page is installed.
Added BackgroundPageTracker which tracks which extensions/apps contain
background pages.
Added code to wrench menu/toolbar to display a badge when there is a new
background page added to the system.
BUG=59980
TEST=BackgroundPageTrackerTest
Review URL: http://codereview.chromium.org/5207002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66997 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 6ad6b9a..f6369ce2 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -423,6 +423,8 @@ extern const char kAuthServerWhitelist[]; extern const char kAuthNegotiateDelegateWhitelist[]; extern const char kGSSAPILibraryName[]; +extern const char kKnownBackgroundPages[]; + } // namespace prefs #endif // CHROME_COMMON_PREF_NAMES_H_ |