Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: extensions/common/features/manifest_feature.h

Issue 2202733003: [Extensions] Remove JSONFeatureProvider, SimpleFeature::Parse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lazyboy@'s Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/common/features/manifest_feature.h
diff --git a/extensions/common/features/manifest_feature.h b/extensions/common/features/manifest_feature.h
index 59b9bfa6aaa316730803754b057658ea81660e37..ff7d6394e65a61af800495e021476e1a5490580b 100644
--- a/extensions/common/features/manifest_feature.h
+++ b/extensions/common/features/manifest_feature.h
@@ -21,8 +21,6 @@ class ManifestFeature : public SimpleFeature {
Feature::Context context,
const GURL& url,
Feature::Platform platform) const override;
-
- bool Validate(std::string* error) override;
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698