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

Unified Diff: Source/WebKit/chromium/src/InspectorClientImpl.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/InspectorClientImpl.h ('k') | Source/WebKit/chromium/src/WebDevToolsAgentImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/InspectorClientImpl.cpp
===================================================================
--- Source/WebKit/chromium/src/InspectorClientImpl.cpp (revision 92267)
+++ Source/WebKit/chromium/src/InspectorClientImpl.cpp (working copy)
@@ -106,12 +106,6 @@
agent->clearBrowserCookies();
}
-void InspectorClientImpl::setCacheDisabled(bool cacheDisabled)
-{
- if (WebDevToolsAgentImpl* agent = devToolsAgent())
- agent->setCacheDisabled(cacheDisabled);
-}
-
WebDevToolsAgentImpl* InspectorClientImpl::devToolsAgent()
{
return static_cast<WebDevToolsAgentImpl*>(m_inspectedWebView->devToolsAgent());
« no previous file with comments | « Source/WebKit/chromium/src/InspectorClientImpl.h ('k') | Source/WebKit/chromium/src/WebDevToolsAgentImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698