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

Unified Diff: chrome/common/extensions/features/simple_feature.cc

Issue 11585003: Make Manifest/Permission Features Compose with Feature Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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: chrome/common/extensions/features/simple_feature.cc
diff --git a/chrome/common/extensions/features/simple_feature.cc b/chrome/common/extensions/features/simple_feature.cc
index 528d0b03f4fe1fde96993a205984b978b239002d..b0c519dae84417db5b68c4a1b5835b4b8f3ec577 100644
--- a/chrome/common/extensions/features/simple_feature.cc
+++ b/chrome/common/extensions/features/simple_feature.cc
@@ -181,6 +181,10 @@ SimpleFeature::SimpleFeature(const SimpleFeature& other)
channel_(other.channel_) {
}
+SimpleFeature::SimpleFeature(Feature* feature) {
+ SimpleFeature();
+}
+
SimpleFeature::~SimpleFeature() {
}
« no previous file with comments | « chrome/common/extensions/features/simple_feature.h ('k') | chrome/common/extensions/features/simple_feature_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698