| Index: extensions/renderer/dispatcher.h
|
| diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h
|
| index 3fd560b2ef44a8ce9131b736bba3172df0ad1930..c55f784cd6d56906b9e0da323a430c89df223094 100644
|
| --- a/extensions/renderer/dispatcher.h
|
| +++ b/extensions/renderer/dispatcher.h
|
| @@ -232,6 +232,8 @@ class Dispatcher : public content::RenderProcessObserver,
|
|
|
| bool IsSandboxedPage(const GURL& url) const;
|
|
|
| + bool IsApiAvailable(const std::string& api_name, ScriptContext* context);
|
| +
|
| // Returns the Feature::Context type of context for a JavaScript context.
|
| Feature::Context ClassifyJavaScriptContext(
|
| const Extension* extension,
|
|
|