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

Unified Diff: content/child/npapi/plugin_string_stream.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_string_stream.h
diff --git a/content/child/npapi/plugin_string_stream.h b/content/child/npapi/plugin_string_stream.h
index 73dac4418983b910f80a75de8851e57cfda66278..7d09c044653c501810ee612df80d8f07c239452e 100644
--- a/content/child/npapi/plugin_string_stream.h
+++ b/content/child/npapi/plugin_string_stream.h
@@ -20,9 +20,7 @@ class PluginStringStream : public PluginStream {
// If notify_needed, will notify the plugin after the data has
// all been sent.
PluginStringStream(PluginInstance* instance,
- const GURL& url,
- bool notify_needed,
- void* notify_data);
+ const GURL& url);
// Initiates the sending of data to the plugin.
void SendToPlugin(const std::string& data,

Powered by Google App Engine
This is Rietveld 408576698