| 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..b16ba587b0f9a9152705ee31d5b1ec6979de5cd2 100644
|
| --- a/chrome/common/extensions/extension_set.h
|
| +++ b/chrome/common/extensions/extension_set.h
|
| @@ -52,6 +52,8 @@ class ExtensionSet {
|
| // NOTE: This can return NULL if called before UpdateExtensions receives
|
| // bulk extension data (e.g. if called from
|
| // EventBindings::HandleContextCreated)
|
| + // We exclude bookmark apps. TODO(creis): Should they be excluded from the
|
| + // whole set in the first place?
|
| const Extension* GetByURL(const GURL& url) const;
|
|
|
| // Returns true if |new_url| is in the extent of the same extension as
|
|
|