| 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()) {
|
|
|