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

Unified Diff: extensions/common/features/complex_feature.cc

Issue 241673002: Support a "policy" extension location in extension features files. At the same (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: format Created 6 years, 8 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/complex_feature.cc
diff --git a/extensions/common/features/complex_feature.cc b/extensions/common/features/complex_feature.cc
index aa6e71b28417dabe6ccaf2e5a533a7e2ba796b53..ae7327cf174dcce8626c06ac4c241ac73716be8c 100644
--- a/extensions/common/features/complex_feature.cc
+++ b/extensions/common/features/complex_feature.cc
@@ -37,8 +37,11 @@ ComplexFeature::~ComplexFeature() {
}
Feature::Availability ComplexFeature::IsAvailableToManifest(
- const std::string& extension_id, Manifest::Type type, Location location,
- int manifest_version, Platform platform) const {
+ const std::string& extension_id,
+ Manifest::Type type,
+ Manifest::Location location,
+ int manifest_version,
+ Platform platform) const {
Feature::Availability first_availability =
features_[0]->IsAvailableToManifest(
extension_id, type, location, manifest_version, platform);
« no previous file with comments | « extensions/common/features/complex_feature.h ('k') | extensions/common/features/complex_feature_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698