summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/inspector/InspectorFrontendHost.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/InspectorFrontendHost.idl')
-rw-r--r--Source/WebCore/inspector/InspectorFrontendHost.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/inspector/InspectorFrontendHost.idl b/Source/WebCore/inspector/InspectorFrontendHost.idl
index 6853c7d..0703a8e 100644
--- a/Source/WebCore/inspector/InspectorFrontendHost.idl
+++ b/Source/WebCore/inspector/InspectorFrontendHost.idl
@@ -47,6 +47,9 @@ module core {
DOMString localizedStringsURL();
DOMString hiddenPanels();
+ void saveSessionSetting(in DOMString key, in DOMString value);
+ DOMString loadSessionSetting(in DOMString key);
+
void copyText(in DOMString text);
[Custom] DOMString platform();