summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/platform/exported/WebURLRequestPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/platform/exported/WebURLRequestPrivate.h')
-rw-r--r--chromium/third_party/WebKit/Source/platform/exported/WebURLRequestPrivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/platform/exported/WebURLRequestPrivate.h b/chromium/third_party/WebKit/Source/platform/exported/WebURLRequestPrivate.h
index 7af11b596b6..47d634297f8 100644
--- a/chromium/third_party/WebKit/Source/platform/exported/WebURLRequestPrivate.h
+++ b/chromium/third_party/WebKit/Source/platform/exported/WebURLRequestPrivate.h
@@ -39,13 +39,13 @@ class WebURLRequestPrivate {
public:
WebURLRequestPrivate()
: m_resourceRequest(0)
- , m_allowStoredCredentials(true) { }
+ {
+ }
// Called by WebURLRequest when it no longer needs this object.
virtual void dispose() = 0;
WebCore::ResourceRequest* m_resourceRequest;
- bool m_allowStoredCredentials;
};
} // namespace blink