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

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

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fixes Created 4 years, 5 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/simple_feature.h
diff --git a/extensions/common/features/simple_feature.h b/extensions/common/features/simple_feature.h
index b0bda2dca12a7f6318041f28878a2aefa460b8e3..ea997662707a1282726cc89276dfd88bb2287f2b 100644
--- a/extensions/common/features/simple_feature.h
+++ b/extensions/common/features/simple_feature.h
@@ -129,6 +129,7 @@ class SimpleFeature : public Feature {
void set_min_manifest_version(int min_manifest_version) {
min_manifest_version_ = min_manifest_version;
}
+ void set_noparent(bool no_parent) { no_parent_ = no_parent; }
void set_platforms(const std::vector<Platform>& platforms) {
platforms_ = platforms;
}

Powered by Google App Engine
This is Rietveld 408576698