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

Unified Diff: Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp

Issue 7563005: Merge 91858 - Web Inspector: Disable cache option should only clear memory cache, not disable it. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: 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
« no previous file with comments | « Source/WebKit/chromium/src/WebDevToolsAgentImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp
===================================================================
--- Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp (revision 92267)
+++ Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp (working copy)
@@ -317,11 +317,6 @@
m_client->clearBrowserCookies();
}
-void WebDevToolsAgentImpl::setCacheDisabled(bool cacheDisabled)
-{
- memoryCache()->setDisabled(cacheDisabled);
-}
-
void WebDevToolsAgentImpl::setProcessId(long processId)
{
inspectorController()->setProcessId(processId);
« no previous file with comments | « Source/WebKit/chromium/src/WebDevToolsAgentImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698