| Index: Source/core/inspector/InspectorFrontendClient.h
|
| diff --git a/Source/core/inspector/InspectorFrontendClient.h b/Source/core/inspector/InspectorFrontendClient.h
|
| index 00848e1e8b822ed16487b4de6cb93f16c35c9803..41e414d1f9a97f80a9b477c859249723ae46ad16 100644
|
| --- a/Source/core/inspector/InspectorFrontendClient.h
|
| +++ b/Source/core/inspector/InspectorFrontendClient.h
|
| @@ -42,8 +42,6 @@ public:
|
|
|
| virtual void windowObjectCleared() = 0;
|
|
|
| - virtual void inspectedURLChanged(const String&) = 0;
|
| -
|
| virtual void sendMessageToBackend(const String&) = 0;
|
|
|
| virtual void sendMessageToEmbedder(const String&) = 0;
|
|
|