| Index: extensions/common/features/manifest_feature.h
|
| diff --git a/extensions/common/features/manifest_feature.h b/extensions/common/features/manifest_feature.h
|
| index ab77d028df8f56dc24da3925b2434fd073c0a1ab..59b9bfa6aaa316730803754b057658ea81660e37 100644
|
| --- a/extensions/common/features/manifest_feature.h
|
| +++ b/extensions/common/features/manifest_feature.h
|
| @@ -22,7 +22,7 @@ class ManifestFeature : public SimpleFeature {
|
| const GURL& url,
|
| Feature::Platform platform) const override;
|
|
|
| - std::string Parse(const base::DictionaryValue* value) override;
|
| + bool Validate(std::string* error) override;
|
| };
|
|
|
| } // namespace extensions
|
|
|