| Index: chrome/common/extensions/features/manifest_feature.h
|
| diff --git a/chrome/common/extensions/features/manifest_feature.h b/chrome/common/extensions/features/manifest_feature.h
|
| index ca2060a21137390a681a1d3a9c347d1e1d42e34e..6fa75bcc2bc7f46b5f9493487ac7c23dc35730f6 100644
|
| --- a/chrome/common/extensions/features/manifest_feature.h
|
| +++ b/chrome/common/extensions/features/manifest_feature.h
|
| @@ -19,6 +19,8 @@ class ManifestFeature : public SimpleFeature {
|
| Feature::Context context,
|
| const GURL& url,
|
| Feature::Platform platform) const OVERRIDE;
|
| +
|
| + virtual std::string Parse(const DictionaryValue* value) OVERRIDE;
|
| };
|
|
|
| } // extensions
|
|
|