summaryrefslogtreecommitdiffstats
path: root/extensions/common/features/feature_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/features/feature_provider.h')
-rw-r--r--extensions/common/features/feature_provider.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/common/features/feature_provider.h b/extensions/common/features/feature_provider.h
index c20e5d1..a295fe0 100644
--- a/extensions/common/features/feature_provider.h
+++ b/extensions/common/features/feature_provider.h
@@ -29,6 +29,11 @@ class FeatureProvider {
// Gets a feature provider for a specific feature type, like "permission".
static FeatureProvider* GetByName(const std::string& name);
+
+ // Directly access the common feature types.
+ static FeatureProvider* GetAPIFeatures();
+ static FeatureProvider* GetManifestFeatures();
+ static FeatureProvider* GetPermissionFeatures();
};
} // namespace extensions