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

Unified Diff: Source/WebCore/inspector/InspectorClient.h

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
Index: Source/WebCore/inspector/InspectorClient.h
===================================================================
--- Source/WebCore/inspector/InspectorClient.h (revision 92267)
+++ Source/WebCore/inspector/InspectorClient.h (working copy)
@@ -54,7 +54,6 @@
virtual void clearBrowserCache() { }
virtual void clearBrowserCookies() { }
- virtual void setCacheDisabled(bool) { }
bool doDispatchMessageOnFrontendPage(Page* frontendPage, const String& message);
};

Powered by Google App Engine
This is Rietveld 408576698