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

Unified Diff: public/web/WebDevToolsAgentClient.h

Issue 251183005: [4/4] Process clearBrowserCahce/cookies commands in browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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
« no previous file with comments | « Source/web/WebDevToolsAgentImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDevToolsAgentClient.h
diff --git a/public/web/WebDevToolsAgentClient.h b/public/web/WebDevToolsAgentClient.h
index 275b8342930d04c110b671342b8e159ba68f3c80..e7554a4f6002e117455e990e45712e6e52258c08 100644
--- a/public/web/WebDevToolsAgentClient.h
+++ b/public/web/WebDevToolsAgentClient.h
@@ -61,9 +61,6 @@ public:
};
virtual WebKitClientMessageLoop* createClientMessageLoop() { return 0; }
- virtual void clearBrowserCache() { }
- virtual void clearBrowserCookies() { }
-
class AllocatedObjectVisitor {
public:
virtual bool visitObject(const void* ptr) = 0;
« no previous file with comments | « Source/web/WebDevToolsAgentImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698