| Index: chrome/common/extensions/features/permission_feature.h
|
| diff --git a/chrome/common/extensions/features/permission_feature.h b/chrome/common/extensions/features/permission_feature.h
|
| index 8c4b52f5468a32679b03232953c5fa0f664ffc44..8762e3f95952ce43003015245bc9b23bf4b8e97e 100644
|
| --- a/chrome/common/extensions/features/permission_feature.h
|
| +++ b/chrome/common/extensions/features/permission_feature.h
|
| @@ -19,6 +19,8 @@ class PermissionFeature : public SimpleFeature {
|
| Feature::Context context,
|
| const GURL& url,
|
| Feature::Platform platform) const OVERRIDE;
|
| +
|
| + virtual bool Parse(const DictionaryValue* value) OVERRIDE;
|
| };
|
|
|
| } // extensions
|
|
|