summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/src/WebURLResponsePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/src/WebURLResponsePrivate.h')
-rw-r--r--WebKit/chromium/src/WebURLResponsePrivate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebKit/chromium/src/WebURLResponsePrivate.h b/WebKit/chromium/src/WebURLResponsePrivate.h
index 716c8db..dc5ce22 100644
--- a/WebKit/chromium/src/WebURLResponsePrivate.h
+++ b/WebKit/chromium/src/WebURLResponsePrivate.h
@@ -31,6 +31,8 @@
#ifndef WebURLResponsePrivate_h
#define WebURLResponsePrivate_h
+#include "WebString.h"
+
namespace WebCore { class ResourceResponse; }
namespace WebKit {
@@ -43,6 +45,9 @@ public:
virtual void dispose() = 0;
WebCore::ResourceResponse* m_resourceResponse;
+
+ // FIXME: Move this to ResourceResponse once we have an internal consumer.
+ WebString m_downloadFilePath;
};
} // namespace WebKit