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

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: Rebase 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
« no previous file with comments | « extensions/common/extensions_client.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/simple_feature.h
diff --git a/extensions/common/features/simple_feature.h b/extensions/common/features/simple_feature.h
index b427582cfb33627b4893acd4fad3545ab928ec11..7dba312b1713b669b72e080d296a9ac01bc49d00 100644
--- a/extensions/common/features/simple_feature.h
+++ b/extensions/common/features/simple_feature.h
@@ -127,6 +127,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(std::vector<Platform>&& platforms);
void set_whitelist(std::vector<std::string>&& whitelist);
« no previous file with comments | « extensions/common/extensions_client.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698