summaryrefslogtreecommitdiff
path: root/Source/WebCore/loader/FrameLoaderClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/loader/FrameLoaderClient.h')
-rw-r--r--Source/WebCore/loader/FrameLoaderClient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/loader/FrameLoaderClient.h b/Source/WebCore/loader/FrameLoaderClient.h
index 85e4eecf1..a6fdbabae 100644
--- a/Source/WebCore/loader/FrameLoaderClient.h
+++ b/Source/WebCore/loader/FrameLoaderClient.h
@@ -63,6 +63,7 @@ namespace WebCore {
class AuthenticationChallenge;
class CachedFrame;
+ class CachedResourceRequest;
class Color;
class DOMWindowExtension;
class DOMWrapperWorld;
@@ -179,6 +180,8 @@ namespace WebCore {
virtual void dispatchUnableToImplementPolicy(const ResourceError&) = 0;
+ virtual void dispatchWillRequestResource(CachedResourceRequest*) { }
+
virtual void dispatchWillSendSubmitEvent(PassRefPtr<FormState>) = 0;
virtual void dispatchWillSubmitForm(FramePolicyFunction, PassRefPtr<FormState>) = 0;