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

Unified Diff: extensions/common/api/test.json

Issue 2409723002: Remove chrome.test.runWithNativesEnabled (Closed)
Patch Set: Created 4 years, 2 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 | extensions/renderer/resources/test_custom_bindings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/test.json
diff --git a/extensions/common/api/test.json b/extensions/common/api/test.json
index 42a7a26b6fc918f5587422096f8b8652ba0087e8..3ff4858f1e41d3be9a400e0a9fc046486d7b947d 100644
--- a/extensions/common/api/test.json
+++ b/extensions/common/api/test.json
@@ -138,18 +138,6 @@
]
},
{
- "name": "runWithNativesEnabled",
- "type": "function",
- "nocompile": true,
- "description": "Runs the given function with access to native methods enabled.",
- "parameters": [
- {
- "type": "function",
- "name": "callback"
- }
- ]
- },
- {
"name": "getModuleSystem",
"type": "function",
"nocompile": true,
« no previous file with comments | « no previous file | extensions/renderer/resources/test_custom_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698