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

Unified Diff: webkit/api/public/WebDevToolsAgent.h

Issue 343075: DevTools: support cross-navigation instrumentation. (Closed)
Patch Set: '' Created 11 years, 1 month 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 | « chrome/renderer/devtools_agent.cc ('k') | webkit/api/public/WebDevToolsAgentClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebDevToolsAgent.h
===================================================================
--- webkit/api/public/WebDevToolsAgent.h (revision 30693)
+++ webkit/api/public/WebDevToolsAgent.h (working copy)
@@ -52,10 +52,10 @@
virtual void inspectElementAt(const WebPoint&) = 0;
- virtual void setApuAgentEnabled(bool enabled) = 0;
+ virtual void setRuntimeFeatureEnabled(const WebString& feature, bool enabled) = 0;
// Asynchronously executes debugger command in the render thread.
- // |caller_id| will be used for sending response.
+ // |callerIdentifier| will be used for sending response.
WEBKIT_API static void executeDebuggerCommand(
const WebString& command, int callerIdentifier);
« no previous file with comments | « chrome/renderer/devtools_agent.cc ('k') | webkit/api/public/WebDevToolsAgentClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698