| Index: public/web/WebDevToolsAgentClient.h
|
| diff --git a/public/web/WebDevToolsAgentClient.h b/public/web/WebDevToolsAgentClient.h
|
| index 87151933649f83e090b1fff7fdae70374d537daa..81829d511a1e5eb233e878382a33b60b2e7cb561 100644
|
| --- a/public/web/WebDevToolsAgentClient.h
|
| +++ b/public/web/WebDevToolsAgentClient.h
|
| @@ -79,12 +79,6 @@ public:
|
| virtual void startGPUEventsRecording() { }
|
| virtual void stopGPUEventsRecording() { }
|
|
|
| - // Enables device emulation as specified in params.
|
| - virtual void enableDeviceEmulation(const WebDeviceEmulationParams& params) { }
|
| -
|
| - // Cancel emulation started via |enableDeviceEmulation| call.
|
| - virtual void disableDeviceEmulation() { }
|
| -
|
| protected:
|
| ~WebDevToolsAgentClient() { }
|
| };
|
|
|