| Index: apps/shell/common/shell_extensions_client.cc
|
| diff --git a/apps/shell/common/shell_extensions_client.cc b/apps/shell/common/shell_extensions_client.cc
|
| index 4e495d2bb3be6b61e0bcfb9d9c65d811c8a9b286..3dca9c9a6ee4b9e51fa681ef94a6b662d39b62ed 100644
|
| --- a/apps/shell/common/shell_extensions_client.cc
|
| +++ b/apps/shell/common/shell_extensions_client.cc
|
| @@ -179,4 +179,6 @@ base::StringPiece ShellExtensionsClient::GetAPISchema(
|
| void ShellExtensionsClient::AddExtraFeatureFilters(
|
| extensions::SimpleFeature* feature) const {}
|
|
|
| +bool ShellExtensionsClient::ShouldSuppressFatalErrors() const { return true; }
|
| +
|
| } // namespace apps
|
|
|