diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 18:31:01 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 18:31:01 +0000 |
commit | 79c833b5768e45043ede28603919323bef4db6b8 (patch) | |
tree | f2bcffbb31216a026eb4b9653c61810780db797d /chrome/browser/extensions/extension_prefs.h | |
parent | 4e963b73e6be8d0b6676cf014bc9363863130ea6 (diff) | |
download | chromium_src-79c833b5768e45043ede28603919323bef4db6b8.zip chromium_src-79c833b5768e45043ede28603919323bef4db6b8.tar.gz chromium_src-79c833b5768e45043ede28603919323bef4db6b8.tar.bz2 |
Rename Extension::KILLBIT to EXTERNAL_EXTENSION_UNINSTALLED.
It would be good to also rename "external extension" to
something else, but this is a quick improvement.
TBR=mpcomplete@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80493 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_prefs.h')
-rw-r--r-- | chrome/browser/extensions/extension_prefs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h index a1f08f2..980ef70 100644 --- a/chrome/browser/extensions/extension_prefs.h +++ b/chrome/browser/extensions/extension_prefs.h @@ -75,9 +75,9 @@ class ExtensionPrefs { // aware of the internal structure of the preferences. DictionaryValue* CopyCurrentExtensions(); - // Returns true if the specified extension has an entry in prefs - // and its killbit is on. - bool IsExtensionKilled(const std::string& id) const; + // Returns true if the specified external extension was uninstalled by the + // user. + bool IsExternalExtensionUninstalled(const std::string& id) const; // Get the order that toolstrip URLs appear in the shelf. typedef std::vector<GURL> URLList; |