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

Unified Diff: chrome/common/extensions/features/chrome_channel_feature_filter.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: chrome/common/extensions/features/chrome_channel_feature_filter.cc
diff --git a/chrome/common/extensions/features/chrome_channel_feature_filter.cc b/chrome/common/extensions/features/chrome_channel_feature_filter.cc
index 00bc6c2594438f0798c446c3b5496096ed87be84..e1c581d89fcd47c4eec1a1d7e026a81077c889db 100644
--- a/chrome/common/extensions/features/chrome_channel_feature_filter.cc
+++ b/chrome/common/extensions/features/chrome_channel_feature_filter.cc
@@ -78,7 +78,7 @@ std::string ChromeChannelFeatureFilter::Parse(
Feature::Availability ChromeChannelFeatureFilter::IsAvailableToManifest(
const std::string& extension_id,
Manifest::Type type,
- Feature::Location location,
+ Manifest::Location location,
int manifest_version,
Feature::Platform platfortm) const {
if (channel_has_been_set_ && channel_ < GetCurrentChannel()) {

Powered by Google App Engine
This is Rietveld 408576698