Chromium Code Reviews| 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); |
| }; |