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

Unified Diff: content/common/devtools_messages.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: content/common/devtools_messages.h
diff --git a/content/common/devtools_messages.h b/content/common/devtools_messages.h
index d0178bcc8414037280bfa4833093ee3a0519df46..27513f170a12b8e4bd419d47bc0ae9e5c06ad6da 100644
--- a/content/common/devtools_messages.h
+++ b/content/common/devtools_messages.h
@@ -146,6 +146,12 @@ IPC_MESSAGE_ROUTED2(DevToolsHostMsg_RuntimePropertyChanged,
std::string /* name */,
std::string /* value */)
+// Clears browser cache.
+IPC_MESSAGE_ROUTED0(DevToolsHostMsg_ClearBrowserCache)
+
+// Clears browser cookies.
+IPC_MESSAGE_ROUTED0(DevToolsHostMsg_ClearBrowserCookies)
+
//-----------------------------------------------------------------------------
// These are messages sent from the inspected page renderer to the worker
« content/browser/debugger/devtools_window.h ('K') | « content/browser/debugger/devtools_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698