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

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

Issue 1426923007: Remove PluginLoadObserver and related logic, it was only used for NPAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: content/child/npapi/plugin_stream_url.h
diff --git a/content/child/npapi/plugin_stream_url.h b/content/child/npapi/plugin_stream_url.h
index dea2fe4d52ca717ee9d35c7da8d36c0e89c9b61b..27c0fae8ca4f6de162068c67aba401d8807b7783 100644
--- a/content/child/npapi/plugin_stream_url.h
+++ b/content/child/npapi/plugin_stream_url.h
@@ -21,14 +21,10 @@ class PluginStreamUrl : public PluginStream,
public WebPluginResourceClient {
public:
// Create a new stream for sending to the plugin by fetching
- // a URL. If notifyNeeded is set, then the plugin will be notified
- // when the stream has been fully sent to the plugin. Initialize
- // must be called before the object is used.
+ // a URL. Initialize must be called before the object is used.
PluginStreamUrl(unsigned long resource_id,
const GURL &url,
- PluginInstance *instance,
- bool notify_needed,
- void *notify_data);
+ PluginInstance *instance);
void SetPluginURLFetcher(PluginURLFetcher* fetcher);

Powered by Google App Engine
This is Rietveld 408576698