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() {} |
}; |