| Index: Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
|
| index 74bfdbd8810b343258fa4c9aef120ff74089852d..67191e71b70dd3929316849f6a24f5bea0851b5b 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/Source/web/WebDevToolsAgentImpl.h
|
| @@ -105,9 +105,6 @@ public:
|
| virtual void sendMessageToFrontend(PassRefPtr<WebCore::JSONObject> message) OVERRIDE;
|
| virtual void flush() OVERRIDE;
|
|
|
| - virtual void clearBrowserCache() OVERRIDE;
|
| - virtual void clearBrowserCookies() OVERRIDE;
|
| -
|
| virtual void overrideDeviceMetrics(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow) OVERRIDE;
|
| virtual void setTouchEventEmulationEnabled(bool) OVERRIDE;
|
|
|
|
|