| Index: extensions/shell/common/shell_extensions_client.h
|
| diff --git a/extensions/shell/common/shell_extensions_client.h b/extensions/shell/common/shell_extensions_client.h
|
| index ed07ad2562f9de2a7f61d1897937eeb2adbea771..1398d8706385b08ba47e8750d951f0b9aff52c60 100644
|
| --- a/extensions/shell/common/shell_extensions_client.h
|
| +++ b/extensions/shell/common/shell_extensions_client.h
|
| @@ -38,7 +38,6 @@ class ShellExtensionsClient : public ExtensionsClient {
|
| bool IsScriptableURL(const GURL& url, std::string* error) const override;
|
| bool IsAPISchemaGenerated(const std::string& name) const override;
|
| base::StringPiece GetAPISchema(const std::string& name) const override;
|
| - void RegisterAPISchemaResources(ExtensionAPI* api) const override;
|
| bool ShouldSuppressFatalErrors() const override;
|
| void RecordDidSuppressFatalError() override;
|
| std::string GetWebstoreBaseURL() const override;
|
|
|