Index: extensions/common/extension_api.h |
diff --git a/extensions/common/extension_api.h b/extensions/common/extension_api.h |
index 31ac97c1e8c564d81e5d872cd91f5e7db3cb295f..a6b098217fb09c39ca5af361872043372dd941f2 100644 |
--- a/extensions/common/extension_api.h |
+++ b/extensions/common/extension_api.h |
@@ -76,7 +76,7 @@ class ExtensionAPI { |
// Determines whether an API, or any parts of that API, are available in |
// |context|. |
- bool IsAnyFeatureAvailableToContext(const std::string& api_name, |
+ bool IsAnyFeatureAvailableToContext(const Feature& api, |
const Extension* extension, |
Feature::Context context, |
const GURL& url); |