| Index: Source/web/InspectorClientImpl.h
|
| diff --git a/Source/web/InspectorClientImpl.h b/Source/web/InspectorClientImpl.h
|
| index aa28a144c646d77e6e63914c54640cea1c47c061..2b81df71267a25bf97f8b74bfc55e20f7123945a 100644
|
| --- a/Source/web/InspectorClientImpl.h
|
| +++ b/Source/web/InspectorClientImpl.h
|
| @@ -56,9 +56,6 @@ public:
|
|
|
| virtual void updateInspectorStateCookie(const WTF::String&) OVERRIDE;
|
|
|
| - virtual void clearBrowserCache() OVERRIDE;
|
| - virtual void clearBrowserCookies() OVERRIDE;
|
| -
|
| virtual void overrideDeviceMetrics(int, int, float, bool, bool) OVERRIDE;
|
| virtual void setTouchEventEmulationEnabled(bool) OVERRIDE;
|
|
|
|
|