| Index: chrome/common/extensions/chrome_extensions_client.cc
|
| diff --git a/chrome/common/extensions/chrome_extensions_client.cc b/chrome/common/extensions/chrome_extensions_client.cc
|
| index 3cfae5d2f21d24eccbede71c7c7f148364439f3d..cac199693479b2da7d9c054ef3ea77d6296e3de6 100644
|
| --- a/chrome/common/extensions/chrome_extensions_client.cc
|
| +++ b/chrome/common/extensions/chrome_extensions_client.cc
|
| @@ -252,10 +252,6 @@ base::StringPiece ChromeExtensionsClient::GetAPISchema(
|
| return api::GeneratedSchemas::Get(name);
|
| }
|
|
|
| -void ChromeExtensionsClient::RegisterAPISchemaResources(
|
| - ExtensionAPI* api) const {
|
| -}
|
| -
|
| bool ChromeExtensionsClient::ShouldSuppressFatalErrors() const {
|
| // Suppress fatal everywhere until the cause of bugs like http://crbug/471599
|
| // are fixed. This would typically be:
|
|
|