summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android/PlatformBridge.h
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2009-12-15 14:16:15 +0000
committerAndrei Popescu <andreip@google.com>2009-12-15 18:52:55 +0000
commit40a90188cf739cbcc2a44669c05ca526aaf0b0d8 (patch)
treed63a825896ad5da3de5828bb1ea175e586688ca2 /WebCore/platform/android/PlatformBridge.h
parent19cbde144786579f199428ce9ee8778fd720abe3 (diff)
downloadexternal_webkit-40a90188cf739cbcc2a44669c05ca526aaf0b0d8.zip
external_webkit-40a90188cf739cbcc2a44669c05ca526aaf0b0d8.tar.gz
external_webkit-40a90188cf739cbcc2a44669c05ca526aaf0b0d8.tar.bz2
Move cookie support to PlatformBridge
Diffstat (limited to 'WebCore/platform/android/PlatformBridge.h')
-rw-r--r--WebCore/platform/android/PlatformBridge.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/platform/android/PlatformBridge.h b/WebCore/platform/android/PlatformBridge.h
index 977a0fd..bd2a313 100644
--- a/WebCore/platform/android/PlatformBridge.h
+++ b/WebCore/platform/android/PlatformBridge.h
@@ -48,6 +48,11 @@ public:
// KeyGenerator
static WTF::Vector<String> getSupportedKeyStrengthList();
static String getSignedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL&);
+ // Cookies
+ static void setCookies(const KURL&, const String& value);
+ static String cookies(const KURL&);
+ static bool cookiesEnabled();
};
+
}
#endif // PlatformBridge_h