| Index: extensions/common/extension_api.h
|
| diff --git a/extensions/common/extension_api.h b/extensions/common/extension_api.h
|
| index bd2e3153d878ce88761d505791d7d5f3c16b36da..e16d4016ab457b4d61a6aea86b16723bf29d2e65 100644
|
| --- a/extensions/common/extension_api.h
|
| +++ b/extensions/common/extension_api.h
|
| @@ -60,8 +60,11 @@ class ExtensionAPI {
|
| ExtensionAPI();
|
| virtual ~ExtensionAPI();
|
|
|
| + // Add a (non-generated) API schema resource.
|
| void RegisterSchemaResource(const std::string& api_name, int resource_id);
|
|
|
| + // Add a FeatureProvider for APIs. The features are used to specify
|
| + // dependencies and constraints on the availability of APIs.
|
| void RegisterDependencyProvider(const std::string& name,
|
| const FeatureProvider* provider);
|
|
|
|
|