| Index: content/renderer/devtools/devtools_agent.h
|
| diff --git a/content/renderer/devtools/devtools_agent.h b/content/renderer/devtools/devtools_agent.h
|
| index 9d58d97a06b66339545e96821fd2f8fc1725b331..43b8b9ad8b8613ab0b7a0860380089e3dc461f7a 100644
|
| --- a/content/renderer/devtools/devtools_agent.h
|
| +++ b/content/renderer/devtools/devtools_agent.h
|
| @@ -54,8 +54,11 @@ class DevToolsAgent : public RenderViewObserver,
|
| virtual void saveAgentRuntimeState(const blink::WebString& state);
|
| virtual blink::WebDevToolsAgentClient::WebKitClientMessageLoop*
|
| createClientMessageLoop();
|
| + // TODO: Add OVERRIDE annotation to clearBrowserCache, clearBrowserCookies
|
| + // and disableNetwork method declarations.
|
| virtual void clearBrowserCache();
|
| virtual void clearBrowserCookies();
|
| + virtual void disableNetwork(bool disable);
|
| virtual void visitAllocatedObjects(AllocatedObjectVisitor* visitor);
|
|
|
| typedef void (*TraceEventCallback)(
|
|
|