summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/WebCoreSupport/WebRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/android/WebCoreSupport/WebRequest.h')
-rw-r--r--Source/WebKit/android/WebCoreSupport/WebRequest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/android/WebCoreSupport/WebRequest.h b/Source/WebKit/android/WebCoreSupport/WebRequest.h
index d9054e9..4a4e10b 100644
--- a/Source/WebKit/android/WebCoreSupport/WebRequest.h
+++ b/Source/WebKit/android/WebCoreSupport/WebRequest.h
@@ -89,6 +89,7 @@ public:
const std::string& getUrl() const;
const std::string& getUserAgent() const;
+ const std::string& getReferer() const;
void setSync(bool sync) { m_isSync = sync; }
private:
@@ -109,6 +110,7 @@ private:
scoped_ptr<UrlInterceptResponse> m_interceptResponse;
std::string m_url;
std::string m_userAgent;
+ std::string m_referer;
LoadState m_loadState;
int m_authRequestCount;
int m_cacheMode;