Index: chrome/common/extensions/api/extension_api.h |
diff --git a/chrome/common/extensions/api/extension_api.h b/chrome/common/extensions/api/extension_api.h |
index b74bdccdb90b0057d2d3354a001b716029ce0ef7..4013768ff20df11ee13ef035474e80bdf3fbc201 100644 |
--- a/chrome/common/extensions/api/extension_api.h |
+++ b/chrome/common/extensions/api/extension_api.h |
@@ -91,6 +91,8 @@ class ExtensionAPI : public FeatureProvider { |
scoped_ptr<std::set<std::string> > GetAPIsForContext( |
Feature::Context context, const Extension* extension, const GURL& url); |
+ scoped_ptr<std::set<std::string> > GetAllAPINames(); |
not at google - send to devlin
2012/12/13 22:26:40
just return a std::set<std::string>, the GetAPIsFo
cduvall
2012/12/14 00:25:18
Done.
|
+ |
// Gets a Feature object describing the API with the specified |full_name|. |
// This can be either an API namespace (like history, or |
// experimental.bookmarks), or it can be an individual function or event. |