Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2920)

Unified Diff: apps/shell/common/shell_extensions_client.h

Issue 234413005: Move most of ChromeV8Context to a base ScriptContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: factor feature_channel out of module_system Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | apps/shell/common/shell_extensions_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « PRESUBMIT.py ('k') | apps/shell/common/shell_extensions_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698