| Index: Source/core/inspector/InspectorFrontendClient.h
|
| diff --git a/Source/core/inspector/InspectorFrontendClient.h b/Source/core/inspector/InspectorFrontendClient.h
|
| index 99529c7155b900198d58f6ef4e8fdda4657c199f..2cc1a575328d79bd4cec43118f2e18b6c17568e7 100644
|
| --- a/Source/core/inspector/InspectorFrontendClient.h
|
| +++ b/Source/core/inspector/InspectorFrontendClient.h
|
| @@ -45,8 +45,6 @@ public:
|
|
|
| virtual void windowObjectCleared() = 0;
|
|
|
| - virtual void sendMessageToBackend(const String&) = 0;
|
| -
|
| virtual void sendMessageToEmbedder(const String&) = 0;
|
|
|
| virtual bool isUnderTest() = 0;
|
|
|