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

Unified Diff: webkit/glue/devtools/js/inspector_controller_impl.js

Issue 492004: DevTools: Add support for inspector layout tests. Step 1. (Closed)
Patch Set: Created 11 years 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 | « webkit/glue/devtools/js/devtools.js ('k') | webkit/glue/webdevtoolsagent_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/js/inspector_controller_impl.js
diff --git a/webkit/glue/devtools/js/inspector_controller_impl.js b/webkit/glue/devtools/js/inspector_controller_impl.js
index 02c44c9f35b0373b666218bc73660a89c6de1f29..89f33c255daa19eac60ab594ce64a7f222b8a4a3 100644
--- a/webkit/glue/devtools/js/inspector_controller_impl.js
+++ b/webkit/glue/devtools/js/inspector_controller_impl.js
@@ -14,6 +14,7 @@ devtools.InspectorBackendImpl = function() {
this.installInspectorControllerDelegate_('clearMessages');
this.installInspectorControllerDelegate_('copyNode');
this.installInspectorControllerDelegate_('deleteCookie');
+ this.installInspectorControllerDelegate_('didEvaluateForTestInFrontend');
this.installInspectorControllerDelegate_('disableResourceTracking');
this.installInspectorControllerDelegate_('disableTimeline');
this.installInspectorControllerDelegate_('enableResourceTracking');
« no previous file with comments | « webkit/glue/devtools/js/devtools.js ('k') | webkit/glue/webdevtoolsagent_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698