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

Unified Diff: third_party/WebKit/Source/devtools/front_end/test_runner/TestRunner.js

Issue 2948183002: DevTools: remove TestRunner.loadLazyModules (Closed)
Patch Set: Created 3 years, 6 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 | « third_party/WebKit/LayoutTests/http/tests/inspector-unit/viewport-datagrid-items-expandable-attached-to-dom.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/test_runner/TestRunner.js
diff --git a/third_party/WebKit/Source/devtools/front_end/test_runner/TestRunner.js b/third_party/WebKit/Source/devtools/front_end/test_runner/TestRunner.js
index 900ed24c5399f46d750f048696de106317b12007..04a05eb4d86e61de8e1b86462dde3b3931724e24 100644
--- a/third_party/WebKit/Source/devtools/front_end/test_runner/TestRunner.js
+++ b/third_party/WebKit/Source/devtools/front_end/test_runner/TestRunner.js
@@ -158,14 +158,6 @@ TestRunner.loadModule = function(module) {
return self.runtime.loadModulePromise(module);
};
-/**
- * @param {!Array<string>} lazyModules
- * @return {!Promise<!Array<undefined>>}
- */
-TestRunner.loadLazyModules = function(lazyModules) {
- return Promise.all(lazyModules.map(lazyModule => self.runtime.loadModulePromise(lazyModule)));
-};
-
/**
* @param {string} panel
* @return {!Promise<!UI.Panel>}
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector-unit/viewport-datagrid-items-expandable-attached-to-dom.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698