| 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..5e993767d121704c5ddaddc0f75dcf2c9c09f25c 100644
|
| --- a/content/renderer/devtools/devtools_agent.h
|
| +++ b/content/renderer/devtools/devtools_agent.h
|
| @@ -54,8 +54,12 @@ class DevToolsAgent : public RenderViewObserver,
|
| virtual void saveAgentRuntimeState(const blink::WebString& state);
|
| virtual blink::WebDevToolsAgentClient::WebKitClientMessageLoop*
|
| createClientMessageLoop();
|
| + // TODO: Add OVERRIDE annotation to clearBrowserCache, clearBrowserCookies
|
| + // and setBlockedDomains method declarations.
|
| virtual void clearBrowserCache();
|
| virtual void clearBrowserCookies();
|
| + virtual void setBlockedDomains(
|
| + const blink::WebVector<blink::WebString>& blocked_domains);
|
| virtual void visitAllocatedObjects(AllocatedObjectVisitor* visitor);
|
|
|
| typedef void (*TraceEventCallback)(
|
|
|