diff options
Diffstat (limited to 'apps/shell/common/shell_extensions_client.h')
-rw-r--r-- | apps/shell/common/shell_extensions_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/shell/common/shell_extensions_client.h b/apps/shell/common/shell_extensions_client.h index 2cecb74..e920b38 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_; |