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

Unified Diff: webkit/glue/webdevtoolsagent_impl.h

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/webdevtoolsagent_impl.h
===================================================================
--- webkit/glue/webdevtoolsagent_impl.h (revision 34248)
+++ webkit/glue/webdevtoolsagent_impl.h (working copy)
@@ -80,8 +80,12 @@
virtual void dispatchMessageFromFrontend(
const WebKit::WebDevToolsMessageData& data);
virtual void inspectElementAt(const WebKit::WebPoint& point);
+ virtual void evaluateInWebInspector(long call_id,
+ const WebKit::WebString& script);
virtual void setRuntimeFeatureEnabled(const WebKit::WebString& feature,
bool enabled);
+ virtual void setTimelineProfilingEnabled(bool enable);
+
virtual void identifierForInitialRequest(
unsigned long resourceId,
WebKit::WebFrame* frame,

Powered by Google App Engine
This is Rietveld 408576698