| Index: chrome/common/extensions/extension_set.h
|
| diff --git a/chrome/common/extensions/extension_set.h b/chrome/common/extensions/extension_set.h
|
| index 36fd6dabaade61f418927512729a9251c4805c5e..7a36a126f81d96e6e691f572fba0d5979bd1a1a6 100644
|
| --- a/chrome/common/extensions/extension_set.h
|
| +++ b/chrome/common/extensions/extension_set.h
|
| @@ -43,6 +43,9 @@ class ExtensionSet {
|
| // Removes the specified extension.
|
| void Remove(const std::string& id);
|
|
|
| + // Empties the set.
|
| + void Clear();
|
| +
|
| // Returns the extension ID that the given URL is a part of, or empty if
|
| // none. This includes web URLs that are part of an extension's web extent.
|
| std::string GetIdByURL(const GURL& url) const;
|
|
|