| Index: chrome/common/extensions/chrome_extensions_client.h
|
| diff --git a/chrome/common/extensions/chrome_extensions_client.h b/chrome/common/extensions/chrome_extensions_client.h
|
| index 5daa1edbd109c02cd0600db8df8f6775d7ef9607..efe4210e47bcbab172b7e8ad48aeb873d6f47112 100644
|
| --- a/chrome/common/extensions/chrome_extensions_client.h
|
| +++ b/chrome/common/extensions/chrome_extensions_client.h
|
| @@ -40,6 +40,10 @@ class ChromeExtensionsClient : public ExtensionsClient {
|
| const APIPermissionSet& api_permissions) const OVERRIDE;
|
| virtual bool IsScriptableURL(const GURL& url, std::string* error) const
|
| OVERRIDE;
|
| + virtual bool IsAPISchemaGenerated(const std::string& name) const OVERRIDE;
|
| + virtual base::StringPiece GetAPISchema(const std::string& name) const
|
| + OVERRIDE;
|
| +
|
| // Get the LazyInstance for ChromeExtensionsClient.
|
| static ChromeExtensionsClient* GetInstance();
|
|
|
|
|