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

Unified Diff: content/child/npapi/plugin_url_fetcher.h

Issue 226273005: Remove webkit's ResourceLoaderBridge interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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/child/npapi/plugin_url_fetcher.h
diff --git a/content/child/npapi/plugin_url_fetcher.h b/content/child/npapi/plugin_url_fetcher.h
index bffb9af37e2967ccc1787151935509ea4ecfd763..f16c5faa03449021f283458aaa5a2a172a664656 100644
--- a/content/child/npapi/plugin_url_fetcher.h
+++ b/content/child/npapi/plugin_url_fetcher.h
@@ -13,11 +13,11 @@
namespace webkit_glue {
class MultipartResponseDelegate;
-class ResourceLoaderBridge;
}
namespace content {
class PluginStreamUrl;
+class ResourceDispatcher;
// Fetches URLS for a plugin using ResourceDispatcher.
class PluginURLFetcher : public RequestPeer {
@@ -92,7 +92,7 @@ class PluginURLFetcher : public RequestPeer {
scoped_ptr<webkit_glue::MultipartResponseDelegate> multipart_delegate_;
- scoped_ptr<webkit_glue::ResourceLoaderBridge> bridge_;
+ ResourceDispatcher* dispatcher_;
DISALLOW_COPY_AND_ASSIGN(PluginURLFetcher);
};

Powered by Google App Engine
This is Rietveld 408576698