Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1490)

Unified Diff: content/child/npapi/plugin_url_fetcher.h

Issue 139303020: Merge 245600 "Give QuickTime the plugin stream data in writeable..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/child/npapi/plugin_url_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npapi/plugin_url_fetcher.h
===================================================================
--- content/child/npapi/plugin_url_fetcher.h (revision 245614)
+++ content/child/npapi/plugin_url_fetcher.h (working copy)
@@ -33,7 +33,8 @@
bool is_plugin_src_load,
int origin_pid,
int render_view_id,
- unsigned long resource_id);
+ unsigned long resource_id,
+ bool copy_stream_dat);
virtual ~PluginURLFetcher();
// Cancels the current request.
@@ -71,6 +72,7 @@
bool notify_redirects_;
bool is_plugin_src_load_;
unsigned long resource_id_;
+ bool copy_stream_data_;
int64 data_offset_;
bool pending_failure_notification_;
« no previous file with comments | « no previous file | content/child/npapi/plugin_url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698