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

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

Issue 486011: DevTools: Add support for inspector layout tests. Step 1. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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
Index: webkit/glue/devtools/js/inspector_controller_impl.js
===================================================================
--- webkit/glue/devtools/js/inspector_controller_impl.js (revision 34248)
+++ webkit/glue/devtools/js/inspector_controller_impl.js (working copy)
@@ -14,6 +14,7 @@
this.installInspectorControllerDelegate_('clearMessages');
this.installInspectorControllerDelegate_('copyNode');
this.installInspectorControllerDelegate_('deleteCookie');
+ this.installInspectorControllerDelegate_('didEvaluateForTestInFrontend');
this.installInspectorControllerDelegate_('disableResourceTracking');
this.installInspectorControllerDelegate_('disableTimeline');
this.installInspectorControllerDelegate_('enableResourceTracking');

Powered by Google App Engine
This is Rietveld 408576698