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

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

Issue 1828983002: Revert of [DevTools] Use InspectorFrontendHost.readyForTest for layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ready-for-test
Patch Set: Created 4 years, 9 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
Index: third_party/WebKit/Source/devtools/front_end/devtools.js
diff --git a/third_party/WebKit/Source/devtools/front_end/devtools.js b/third_party/WebKit/Source/devtools/front_end/devtools.js
index 84325f7a375c5d474f2db25a60f46089e56e7a62..e98419de797b090bffedc853241d64a909dd2a31 100644
--- a/third_party/WebKit/Source/devtools/front_end/devtools.js
+++ b/third_party/WebKit/Source/devtools/front_end/devtools.js
@@ -158,15 +158,6 @@
enterInspectElementMode: function()
{
this._dispatchOnInspectorFrontendAPI("enterInspectElementMode", []);
- },
-
- /**
- * @param {number} callId
- * @param {string} script
- */
- evaluateForTestInFrontend: function(callId, script)
- {
- this._dispatchOnInspectorFrontendAPI("evaluateForTestInFrontend", [callId, script]);
},
/**

Powered by Google App Engine
This is Rietveld 408576698