summaryrefslogtreecommitdiffstats
path: root/chrome_frame/plugin_url_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/plugin_url_request.h')
-rw-r--r--chrome_frame/plugin_url_request.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/plugin_url_request.h b/chrome_frame/plugin_url_request.h
index 0026ade..2d25b94 100644
--- a/chrome_frame/plugin_url_request.h
+++ b/chrome_frame/plugin_url_request.h
@@ -123,7 +123,7 @@ class PluginUrlRequest {
int remote_request_id, const std::string& url, const std::string& method,
const std::string& referrer, const std::string& extra_headers,
net::UploadData* upload_data, ResourceType::Type resource_type,
- bool enable_frame_busting_);
+ bool enable_frame_busting_, int load_flags);
// Accessors.
int id() const {
@@ -180,6 +180,7 @@ class PluginUrlRequest {
std::string referrer_;
std::string extra_headers_;
ResourceType::Type resource_type_;
+ int load_flags_;
ScopedComPtr<IStream> upload_data_;
};