summaryrefslogtreecommitdiffstats
path: root/content/child/npapi/plugin_url_fetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/child/npapi/plugin_url_fetcher.h')
-rw-r--r--content/child/npapi/plugin_url_fetcher.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/content/child/npapi/plugin_url_fetcher.h b/content/child/npapi/plugin_url_fetcher.h
index dca40ec..4e5e2ff 100644
--- a/content/child/npapi/plugin_url_fetcher.h
+++ b/content/child/npapi/plugin_url_fetcher.h
@@ -29,7 +29,6 @@ class PluginURLFetcher : public webkit_glue::ResourceLoaderBridge::Peer {
const char* buf,
unsigned int len,
const GURL& referrer,
- const std::string& range,
bool notify_redirects,
bool is_plugin_src_load,
int origin_pid,
@@ -45,12 +44,6 @@ class PluginURLFetcher : public webkit_glue::ResourceLoaderBridge::Peer {
// Called with the plugin's reply to NPP_URLRedirectNotify.
void URLRedirectResponse(bool allow);
- GURL first_party_for_cookies() { return first_party_for_cookies_; }
- GURL referrer() { return referrer_; }
- int origin_pid() { return origin_pid_; }
- int render_frame_id() { return render_frame_id_; }
- int render_view_id() { return render_view_id_; }
- bool copy_stream_data() { return copy_stream_data_; }
bool pending_failure_notification() { return pending_failure_notification_; }
private:
@@ -81,9 +74,6 @@ class PluginURLFetcher : public webkit_glue::ResourceLoaderBridge::Peer {
GURL referrer_;
bool notify_redirects_;
bool is_plugin_src_load_;
- int origin_pid_;
- int render_frame_id_;
- int render_view_id_;
unsigned long resource_id_;
bool copy_stream_data_;
int64 data_offset_;