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

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: 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 e21dc20e47b50479ee53dabf679d25a8f30f4bf7..e9c38111136b4940c2b113e25f03c92c30b722f3 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 {
@@ -90,7 +90,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