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

Unified Diff: chrome/common/extensions/features/chrome_channel_feature_filter.h

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.h
diff --git a/chrome/common/extensions/features/chrome_channel_feature_filter.h b/chrome/common/extensions/features/chrome_channel_feature_filter.h
index a0e9faa8ecb805271e35c7c0df9d0abbe9dff80f..90d98c52afca798149f62f8ae044d420915ff98b 100644
--- a/chrome/common/extensions/features/chrome_channel_feature_filter.h
+++ b/chrome/common/extensions/features/chrome_channel_feature_filter.h
@@ -22,7 +22,7 @@ class ChromeChannelFeatureFilter : public SimpleFeatureFilter {
virtual Feature::Availability IsAvailableToManifest(
const std::string& extension_id,
Manifest::Type type,
- Feature::Location location,
+ Manifest::Location location,
int manifest_version,
Feature::Platform platform) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698