| Index: apps/shell/common/shell_extensions_client.h
|
| diff --git a/apps/shell/common/shell_extensions_client.h b/apps/shell/common/shell_extensions_client.h
|
| index 2cecb74621489679a26519f676b3de6bed446272..e920b38c2a803341ea19f9f50409f51e4d5d4ec9 100644
|
| --- a/apps/shell/common/shell_extensions_client.h
|
| +++ b/apps/shell/common/shell_extensions_client.h
|
| @@ -42,6 +42,7 @@ class ShellExtensionsClient : public extensions::ExtensionsClient {
|
| OVERRIDE;
|
| virtual void AddExtraFeatureFilters(extensions::SimpleFeature* feature) const
|
| OVERRIDE;
|
| + virtual bool ShouldSuppressFatalErrors() const OVERRIDE;
|
|
|
| private:
|
| ScriptingWhitelist scripting_whitelist_;
|
|
|