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

Unified Diff: chrome/renderer/devtools_agent.h

Issue 7322008: Enable clear cache/cookies support in developer tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch with fixes Created 9 years, 5 months 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
Index: chrome/renderer/devtools_agent.h
diff --git a/chrome/renderer/devtools_agent.h b/chrome/renderer/devtools_agent.h
index 2b46ba37625c394b4e1d147351a827fa9ac19b27..66322a6ef765114a298a084d7b6b002da93093a0 100644
--- a/chrome/renderer/devtools_agent.h
+++ b/chrome/renderer/devtools_agent.h
@@ -55,6 +55,9 @@ class DevToolsAgent : public RenderViewObserver,
createClientMessageLoop();
virtual bool exposeV8DebuggerProtocol();
jam 2011/07/12 01:13:00 nit: why the blank line?
+ virtual void clearBrowserCache();
+ virtual void clearBrowserCookies();
+
void OnAttach(const DevToolsRuntimeProperties& runtime_properties);
void OnDetach();
void OnFrontendLoaded();

Powered by Google App Engine
This is Rietveld 408576698