Index: content/renderer/devtools/devtools_agent.h |
diff --git a/content/renderer/devtools/devtools_agent.h b/content/renderer/devtools/devtools_agent.h |
index 745f436951c9b928a21b01ceafb90f51831ed282..d334481b55a700b4cf0ad5d5c04b93a6d631ef6b 100644 |
--- a/content/renderer/devtools/devtools_agent.h |
+++ b/content/renderer/devtools/devtools_agent.h |
@@ -56,6 +56,8 @@ class DevToolsAgent : public RenderViewObserver, |
createClientMessageLoop(); |
virtual void clearBrowserCache(); |
virtual void clearBrowserCookies(); |
+ virtual void setBlockedDomains( |
+ const blink::WebVector<blink::WebString>& blocked_domains); |
mmenke
2014/03/11 21:16:53
nit: +2 indent.
mmenke
2014/03/11 21:16:53
Should all of these be OVERRIDE, or is that a prob
eustas
2014/03/12 15:38:33
Done.
eustas
2014/03/12 15:38:33
Surely they should. I've added todo note.
|
virtual void visitAllocatedObjects(AllocatedObjectVisitor* visitor); |
typedef void (*TraceEventCallback)( |