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

Unified Diff: Source/web/InspectorClientImpl.cpp

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/InspectorClientImpl.h ('k') | Source/web/WebDevToolsAgentImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorClientImpl.cpp
diff --git a/Source/web/InspectorClientImpl.cpp b/Source/web/InspectorClientImpl.cpp
index f116ae90d5a32fd19c1419469d166ae64f30e11e..2d1ce3069a1f2845c1fa1e3022aeec510753059d 100644
--- a/Source/web/InspectorClientImpl.cpp
+++ b/Source/web/InspectorClientImpl.cpp
@@ -90,18 +90,6 @@ void InspectorClientImpl::updateInspectorStateCookie(const WTF::String& inspecto
agent->updateInspectorStateCookie(inspectorState);
}
-void InspectorClientImpl::clearBrowserCache()
-{
- if (WebDevToolsAgentImpl* agent = devToolsAgent())
- agent->clearBrowserCache();
-}
-
-void InspectorClientImpl::clearBrowserCookies()
-{
- if (WebDevToolsAgentImpl* agent = devToolsAgent())
- agent->clearBrowserCookies();
-}
-
void InspectorClientImpl::overrideDeviceMetrics(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow)
{
if (WebDevToolsAgentImpl* agent = devToolsAgent())
« no previous file with comments | « Source/web/InspectorClientImpl.h ('k') | Source/web/WebDevToolsAgentImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698