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

Unified Diff: content/plugin/webplugin_delegate_stub.h

Issue 23503043: Load NPAPI plugin resources through the browser process directly instead of going through the render (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 3 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
Index: content/plugin/webplugin_delegate_stub.h
===================================================================
--- content/plugin/webplugin_delegate_stub.h (revision 222566)
+++ content/plugin/webplugin_delegate_stub.h (working copy)
@@ -19,6 +19,7 @@
struct PluginMsg_Init_Params;
struct PluginMsg_DidReceiveResponseParams;
+struct PluginMsg_FetchURL_Params;
struct PluginMsg_UpdateGeometry_Param;
class WebCursor;
@@ -107,6 +108,7 @@
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_;

Powered by Google App Engine
This is Rietveld 408576698