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

Unified Diff: content/child/npapi/webplugin_resource_client.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 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 | « content/child/npapi/webplugin_delegate_impl_win.cc ('k') | content/child/plugin_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npapi/webplugin_resource_client.h
diff --git a/content/child/npapi/webplugin_resource_client.h b/content/child/npapi/webplugin_resource_client.h
index fc39264928f4f46df9fbf30e8bcae2125847e0a9..9604f607e652dd5131bfa00915c38bac741c3fb4 100644
--- a/content/child/npapi/webplugin_resource_client.h
+++ b/content/child/npapi/webplugin_resource_client.h
@@ -32,7 +32,6 @@ class WebPluginResourceClient {
// is cleared. This applies for seekable streams.
virtual void DidFinishLoading(unsigned long resource_id) = 0;
virtual void DidFail(unsigned long resource_id) = 0;
- virtual bool IsMultiByteResponseExpected() = 0;
virtual int ResourceId() = 0;
// Tells this object that it will get responses from multiple resources.
// This is necessary since the plugin process uses a single instance of
« no previous file with comments | « content/child/npapi/webplugin_delegate_impl_win.cc ('k') | content/child/plugin_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698