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

Unified Diff: content/plugin/webplugin_delegate_stub.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/plugin/plugin_channel.cc ('k') | content/plugin/webplugin_delegate_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/webplugin_delegate_stub.h
diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h
index 63964e11555c31eaf604b499528c0b2c6af52e9a..e150661d27576a4335528f8d706403f31c0d4b9e 100644
--- a/content/plugin/webplugin_delegate_stub.h
+++ b/content/plugin/webplugin_delegate_stub.h
@@ -67,7 +67,6 @@ class WebPluginDelegateStub : public IPC::Listener,
int data_offset);
void OnDidFinishLoading(int id);
void OnDidFail(int id);
- void OnDidFinishLoadWithReason(const GURL& url, int reason, int notify_id);
void OnSetFocus(bool focused);
void OnHandleInputEvent(const blink::WebInputEvent* event,
bool* handled, WebCursor* cursor);
@@ -75,10 +74,6 @@ class WebPluginDelegateStub : public IPC::Listener,
void OnDidPaint();
void OnUpdateGeometry(const PluginMsg_UpdateGeometry_Param& param);
void OnGetPluginScriptableObject(int* route_id);
- void OnSendJavaScriptStream(const GURL& url,
- const std::string& result,
- bool success,
- int notify_id);
void OnGetFormValue(base::string16* value, bool* success);
void OnSetContentAreaFocus(bool has_focus);
@@ -99,18 +94,6 @@ class WebPluginDelegateStub : public IPC::Listener,
void OnImeCompositionCompleted(const base::string16& text);
#endif
- void OnDidReceiveManualResponse(
- const GURL& url,
- const PluginMsg_DidReceiveResponseParams& params);
- void OnDidReceiveManualData(const std::vector<char>& buffer);
- void OnDidFinishManualLoading();
- void OnDidManualLoadFail();
- void OnHandleURLRequestReply(unsigned long resource_id,
- const GURL& url,
- int notify_id);
- void OnHTTPRangeRequestReply(unsigned long resource_id, int range_request_id);
- void OnFetchURL(const PluginMsg_FetchURL_Params& params);
-
std::string mime_type_;
int instance_id_;
« no previous file with comments | « content/plugin/plugin_channel.cc ('k') | content/plugin/webplugin_delegate_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698