| Index: chrome/common/extensions/extension_set.cc
|
| ===================================================================
|
| --- chrome/common/extensions/extension_set.cc (revision 113069)
|
| +++ chrome/common/extensions/extension_set.cc (working copy)
|
| @@ -29,10 +29,6 @@
|
| return extensions_.size();
|
| }
|
|
|
| -bool ExtensionSet::is_empty() const {
|
| - return extensions_.empty();
|
| -}
|
| -
|
| bool ExtensionSet::Contains(const std::string& extension_id) const {
|
| return extensions_.find(extension_id) != extensions_.end();
|
| }
|
| @@ -45,11 +41,7 @@
|
| extensions_.erase(id);
|
| }
|
|
|
| -void ExtensionSet::Clear() {
|
| - extensions_.clear();
|
| -}
|
| -
|
| -std::string ExtensionSet::GetIDByURL(const ExtensionURLInfo& info) const {
|
| +std::string ExtensionSet::GetIdByURL(const ExtensionURLInfo& info) const {
|
| DCHECK(!info.origin().isNull());
|
|
|
| if (info.url().SchemeIs(chrome::kExtensionScheme))
|
|
|
| Property changes on: chrome/common/extensions/extension_set.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|