| 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,
|
|
|