| Index: extensions/common/features/feature_provider.h
|
| diff --git a/extensions/common/features/feature_provider.h b/extensions/common/features/feature_provider.h
|
| index ae975137b508e845f81fca7498652006bf2bcaa3..824ce85b3eef12e6cfd702302eb45f12564e5f77 100644
|
| --- a/extensions/common/features/feature_provider.h
|
| +++ b/extensions/common/features/feature_provider.h
|
| @@ -39,6 +39,8 @@ class FeatureProvider {
|
|
|
| // Directly get Features from the common FeatureProvider types.
|
| // Each is equivalent to GetByName('featuretype')->GetFeature(name).
|
| + // NOTE: These functions may return |nullptr| in case corresponding JSON file
|
| + // got corrupted.
|
| static const Feature* GetAPIFeature(const std::string& name);
|
| static const Feature* GetManifestFeature(const std::string& name);
|
| static const Feature* GetPermissionFeature(const std::string& name);
|
|
|