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

Unified Diff: webkit/api/public/WebDevToolsAgentClient.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 | « webkit/api/public/WebDevToolsAgent.h ('k') | webkit/glue/devtools/js/inject_dispatch.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebDevToolsAgentClient.h
===================================================================
--- webkit/api/public/WebDevToolsAgentClient.h (revision 30693)
+++ webkit/api/public/WebDevToolsAgentClient.h (working copy)
@@ -50,6 +50,9 @@
// Returns the identifier of the entity hosting this agent.
virtual int hostIdentifier() = 0;
+ // Notifies host upon runtime feature being enabled/disabled.
+ virtual void runtimeFeatureStateChanged(const WebString& feature, bool enabled) = 0;
+
protected:
~WebDevToolsAgentClient() {}
};
« no previous file with comments | « webkit/api/public/WebDevToolsAgent.h ('k') | webkit/glue/devtools/js/inject_dispatch.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698