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

Unified Diff: ui/file_manager/externs/chrome_test.js

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 | « extensions/test/data/api_test_base_unittest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/externs/chrome_test.js
diff --git a/ui/file_manager/externs/chrome_test.js b/ui/file_manager/externs/chrome_test.js
index b76bbacd56c2bd0b8a53643466afbfc14f9ec731..e24fb1f2fbaf50d93aab79fc0e67847581f2482e 100644
--- a/ui/file_manager/externs/chrome_test.js
+++ b/ui/file_manager/externs/chrome_test.js
@@ -62,12 +62,6 @@ chrome.test.fail = function(message) {};
chrome.test.succeed = function(message) {};
/**
- * Runs the given function with access to native methods enabled.
- * @param {Function} callback
- */
-chrome.test.runWithNativesEnabled = function(callback) {};
-
-/**
* Returns an instance of the ModuleSystem for the given context.
* @param {Object} context
*/
« no previous file with comments | « extensions/test/data/api_test_base_unittest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698