| Index: Source/web/InspectorFrontendClientImpl.h
|
| diff --git a/Source/web/InspectorFrontendClientImpl.h b/Source/web/InspectorFrontendClientImpl.h
|
| index 930b55a811d859685f86b6fb67145633236984ef..8b1cffe62aac70223b23c69a76d38c4815118863 100644
|
| --- a/Source/web/InspectorFrontendClientImpl.h
|
| +++ b/Source/web/InspectorFrontendClientImpl.h
|
| @@ -53,8 +53,6 @@ public:
|
| // InspectorFrontendClient methods:
|
| virtual void windowObjectCleared() OVERRIDE;
|
|
|
| - virtual void inspectedURLChanged(const WTF::String&) OVERRIDE;
|
| -
|
| virtual void sendMessageToBackend(const WTF::String&) OVERRIDE;
|
|
|
| virtual void sendMessageToEmbedder(const WTF::String&) OVERRIDE;
|
|
|