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

Unified Diff: webkit/glue/webdevtoolsagent_impl.h

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/inspector_controller_impl.js ('k') | webkit/glue/webdevtoolsagent_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webdevtoolsagent_impl.h
diff --git a/webkit/glue/webdevtoolsagent_impl.h b/webkit/glue/webdevtoolsagent_impl.h
index 41928c2e1962e8caa74545b9b3d7cddb3e72c4a8..36431a5933f6e46d81d4614101ae8388e1871655 100644
--- a/webkit/glue/webdevtoolsagent_impl.h
+++ b/webkit/glue/webdevtoolsagent_impl.h
@@ -77,8 +77,12 @@ class WebDevToolsAgentImpl : public WebKit::WebDevToolsAgentPrivate,
const WebKit::WebString& param2,
const WebKit::WebString& param3);
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,
« no previous file with comments | « webkit/glue/devtools/js/inspector_controller_impl.js ('k') | webkit/glue/webdevtoolsagent_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698