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

Unified Diff: PRESUBMIT.py

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 | « no previous file | apps/shell/common/shell_extensions_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index f808fed61655eb9ce2eb4db9af5fd1a3870d5230..7c9408bbe17c32e418073327685431300ae0b13d 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -240,7 +240,9 @@ _BANNED_CPP_FUNCTIONS = (
'gin::Wrappable instead. See http://crbug.com/334679',
),
True,
- (),
+ (
+ r'extensions[/\\]renderer[/\\]safe_builtins\.*',
+ ),
),
)
« no previous file with comments | « no previous file | apps/shell/common/shell_extensions_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698