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

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

Issue 2202733003: [Extensions] Remove JSONFeatureProvider, SimpleFeature::Parse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/api_feature.h
diff --git a/extensions/common/features/api_feature.h b/extensions/common/features/api_feature.h
index 38247dc073166b26ee0bd5ee114303c01fee4e27..a0aa6d415c41353e5c9c660f34de6e82fb5d5a51 100644
--- a/extensions/common/features/api_feature.h
+++ b/extensions/common/features/api_feature.h
@@ -15,9 +15,6 @@ class APIFeature : public SimpleFeature {
public:
APIFeature();
~APIFeature() override;
-
- // extensions::Feature:
- bool Validate(std::string* error) override;
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698