summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/blackberry/Api/DumpRenderTreeClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/blackberry/Api/DumpRenderTreeClient.h')
-rw-r--r--Source/WebKit/blackberry/Api/DumpRenderTreeClient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/blackberry/Api/DumpRenderTreeClient.h b/Source/WebKit/blackberry/Api/DumpRenderTreeClient.h
index 03eb5bbc5..ce6dd2743 100644
--- a/Source/WebKit/blackberry/Api/DumpRenderTreeClient.h
+++ b/Source/WebKit/blackberry/Api/DumpRenderTreeClient.h
@@ -25,6 +25,7 @@
#include <JavaScriptCore/JSObjectRef.h>
namespace WebCore {
+class Credential;
class Frame;
class DOMWrapperWorld;
class NavigationAction;
@@ -81,6 +82,7 @@ public:
virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, int insertAction) = 0;
virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, int insertAction) = 0;
virtual bool isSelectTrailingWhitespaceEnabled() const = 0;
+ virtual bool didReceiveAuthenticationChallenge(WebCore::Credential&) = 0;
};
}