summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/inspector/InspectorClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/InspectorClient.h')
-rw-r--r--Source/WebCore/inspector/InspectorClient.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebCore/inspector/InspectorClient.h b/Source/WebCore/inspector/InspectorClient.h
index 3b8007e..d24ce4d 100644
--- a/Source/WebCore/inspector/InspectorClient.h
+++ b/Source/WebCore/inspector/InspectorClient.h
@@ -45,9 +45,6 @@ public:
virtual void highlight(Node*) = 0;
virtual void hideHighlight() = 0;
- virtual void populateSetting(const String& key, String* value) = 0;
- virtual void storeSetting(const String& key, const String& value) = 0;
-
virtual bool sendMessageToFrontend(const String& message) = 0;
// Navigation can cause some WebKit implementations to change the view / page / inspector controller instance.