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

Unified Diff: content/plugin/webplugin_delegate_stub.h

Issue 1662013002: Remove some dead NPAPI code after r363119. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused functions Created 4 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 | « content/child/plugin_messages.h ('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 aae66df8f4b78adfb7b2181416d7370d83fa36bf..bd9996692866593ebec7544591406727df258500 100644
--- a/content/plugin/webplugin_delegate_stub.h
+++ b/content/plugin/webplugin_delegate_stub.h
@@ -20,8 +20,6 @@
#include "url/gurl.h"
struct PluginMsg_Init_Params;
-struct PluginMsg_DidReceiveResponseParams;
-struct PluginMsg_FetchURL_Params;
struct PluginMsg_UpdateGeometry_Param;
namespace blink {
@@ -63,12 +61,6 @@ class WebPluginDelegateStub : public IPC::Listener,
void OnInit(const PluginMsg_Init_Params& params,
bool* transparent,
bool* result);
- void OnWillSendRequest(int id, const GURL& url, int http_status_code);
- void OnDidReceiveResponse(const PluginMsg_DidReceiveResponseParams& params);
- void OnDidReceiveData(int id, const std::vector<char>& buffer,
- int data_offset);
- void OnDidFinishLoading(int id);
- void OnDidFail(int id);
void OnSetFocus(bool focused);
void OnHandleInputEvent(const blink::WebInputEvent* event,
bool* handled, WebCursor* cursor);
« no previous file with comments | « content/child/plugin_messages.h ('k') | content/plugin/webplugin_delegate_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698