diff options
Diffstat (limited to 'WebKit/qt/Api/qwebsecurityorigin.h')
| -rw-r--r-- | WebKit/qt/Api/qwebsecurityorigin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/qt/Api/qwebsecurityorigin.h b/WebKit/qt/Api/qwebsecurityorigin.h index 3cfb0f4..16f8bc1 100644 --- a/WebKit/qt/Api/qwebsecurityorigin.h +++ b/WebKit/qt/Api/qwebsecurityorigin.h @@ -37,6 +37,9 @@ class QWebFrame; class QWEBKIT_EXPORT QWebSecurityOrigin { public: static QList<QWebSecurityOrigin> allOrigins(); + static void addLocalScheme(const QString& scheme); + static void removeLocalScheme(const QString& scheme); + static QStringList localSchemes(); ~QWebSecurityOrigin(); |
