| 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 ce88bba9d7e63d1f6b5b0a7c92dc0c5b1ec32ee5..03474f5a833e3be53ef5bb1ef98e21a97cdd960e 100644
|
| --- a/chrome/common/extensions/chrome_extensions_client.h
|
| +++ b/chrome/common/extensions/chrome_extensions_client.h
|
| @@ -45,6 +45,7 @@ class ChromeExtensionsClient : public ExtensionsClient {
|
| virtual bool IsAPISchemaGenerated(const std::string& name) const OVERRIDE;
|
| virtual base::StringPiece GetAPISchema(const std::string& name) const
|
| OVERRIDE;
|
| + virtual void RegisterAPISchemaResources(ExtensionAPI* api) const OVERRIDE;
|
| virtual bool ShouldSuppressFatalErrors() const OVERRIDE;
|
|
|
| // Get the LazyInstance for ChromeExtensionsClient.
|
|
|