summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/inspector/InspectorFrontendHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/InspectorFrontendHost.h')
-rw-r--r--Source/WebCore/inspector/InspectorFrontendHost.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/inspector/InspectorFrontendHost.h b/Source/WebCore/inspector/InspectorFrontendHost.h
index 03c55a9..05d555a 100644
--- a/Source/WebCore/inspector/InspectorFrontendHost.h
+++ b/Source/WebCore/inspector/InspectorFrontendHost.h
@@ -75,6 +75,9 @@ public:
void copyText(const String& text);
+ void saveSessionSetting(const String& key, const String& value);
+ String loadSessionSetting(const String& key);
+
// Called from [Custom] implementations.
void showContextMenu(Event*, const Vector<ContextMenuItem*>& items);
void sendMessageToBackend(const String& message);