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

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

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 | « apps/shell/common/shell_extensions_client.h ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « apps/shell/common/shell_extensions_client.h ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698