| Index: chrome/common/extensions/chrome_extensions_client.h
|
| diff --git a/chrome/common/extensions/chrome_extensions_client.h b/chrome/common/extensions/chrome_extensions_client.h
|
| index 10f17de835b42575f0bd47fc35a677757ba4960d..49f3564fbe33236bb28353eca2903c467f3f05c7 100644
|
| --- a/chrome/common/extensions/chrome_extensions_client.h
|
| +++ b/chrome/common/extensions/chrome_extensions_client.h
|
| @@ -44,6 +44,7 @@ class ChromeExtensionsClient : public ExtensionsClient {
|
| virtual base::StringPiece GetAPISchema(const std::string& name) const
|
| OVERRIDE;
|
| virtual void AddExtraFeatureFilters(SimpleFeature* feature) const OVERRIDE;
|
| + virtual bool ShouldSuppressFatalErrors() const OVERRIDE;
|
|
|
| // Get the LazyInstance for ChromeExtensionsClient.
|
| static ChromeExtensionsClient* GetInstance();
|
|
|