summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/network/CredentialStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/CredentialStorage.h')
-rw-r--r--Source/WebCore/platform/network/CredentialStorage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/platform/network/CredentialStorage.h b/Source/WebCore/platform/network/CredentialStorage.h
index d11384df5..49af45251 100644
--- a/Source/WebCore/platform/network/CredentialStorage.h
+++ b/Source/WebCore/platform/network/CredentialStorage.h
@@ -46,6 +46,8 @@ public:
// a client should assume that all paths at or deeper than the depth of a known protected resource share are within the same protection space.
static bool set(const Credential&, const KURL&); // Returns true if the URL corresponds to a known protection space, so credentials could be updated.
static Credential get(const KURL&);
+
+ static void setPrivateMode(bool);
};
} // namespace WebCore