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

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

Issue 12522004: Lazily load extension API schemas (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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/permission_feature.h
diff --git a/chrome/common/extensions/features/permission_feature.h b/chrome/common/extensions/features/permission_feature.h
index 7bddff7e9b8dcd2defe164a8ac7222f905f35f30..8c4b52f5468a32679b03232953c5fa0f664ffc44 100644
--- a/chrome/common/extensions/features/permission_feature.h
+++ b/chrome/common/extensions/features/permission_feature.h
@@ -17,6 +17,7 @@ class PermissionFeature : public SimpleFeature {
virtual Feature::Availability IsAvailableToContext(
const Extension* extension,
Feature::Context context,
+ const GURL& url,
Feature::Platform platform) const OVERRIDE;
};
« no previous file with comments | « chrome/common/extensions/features/manifest_feature.cc ('k') | chrome/common/extensions/features/permission_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698