Chromium Code Reviews| 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..12b4a4131542187dc36ec4341535feea32e0a57e 100644 |
| --- a/chrome/common/extensions/extension_set.h |
| +++ b/chrome/common/extensions/extension_set.h |
| @@ -66,6 +66,9 @@ class ExtensionSet { |
| // permissions the given extension has been granted. |
| bool ExtensionBindingsAllowed(const GURL& url) const; |
| + bool SecurityOriginHasAPIPermission( |
| + const std::string& origin, ExtensionAPIPermission::ID permission) const; |
|
Aaron Boodman
2011/10/20 06:53:51
GURL again here.
|
| + |
| private: |
| FRIEND_TEST_ALL_PREFIXES(ExtensionSetTest, ExtensionSet); |