summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android
diff options
context:
space:
mode:
authorElliott Slaughter <eds@google.com>2010-08-18 12:30:53 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-08-18 12:30:53 -0700
commitc2734c93736c8d81f71459461411114e7cb6b44f (patch)
tree8b14cd634497eb32686ca0759ca9a7d4937a8286 /WebCore/platform/android
parent5fae6ab5a106cb38cb02978e2ab768de81a2cf41 (diff)
parent918f81255bd5490e0536420428111e71d31ae209 (diff)
downloadexternal_webkit-c2734c93736c8d81f71459461411114e7cb6b44f.zip
external_webkit-c2734c93736c8d81f71459461411114e7cb6b44f.tar.gz
external_webkit-c2734c93736c8d81f71459461411114e7cb6b44f.tar.bz2
Merge "Fix for incognito mode cookies from WebCore."
Diffstat (limited to 'WebCore/platform/android')
-rw-r--r--WebCore/platform/android/PlatformBridge.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/WebCore/platform/android/PlatformBridge.h b/WebCore/platform/android/PlatformBridge.h
index e8722e2..4eeaa6c 100644
--- a/WebCore/platform/android/PlatformBridge.h
+++ b/WebCore/platform/android/PlatformBridge.h
@@ -81,6 +81,7 @@ class NPObject;
namespace WebCore {
+class Document;
class FrameView;
class Widget;
@@ -100,9 +101,9 @@ public:
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();
+ static void setCookies(const Document*, const KURL&, const String& value);
+ static String cookies(const Document*, const KURL&);
+ static bool cookiesEnabled(const Document*);
// Plugin
static NPObject* pluginScriptableObject(Widget*);
// Popups