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

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.h

Issue 263513004: Forward MIME types to BrowserPlugin when a viewer is specified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes Created 6 years, 8 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/browser/loader/resource_dispatcher_host_impl.h
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
index abf2ada96d0f286feb46eec9f2544a867132ebcd..38cf486772f634e6324f3cfa9d78f9f44eb36496 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.h
+++ b/content/browser/loader/resource_dispatcher_host_impl.h
@@ -59,6 +59,7 @@ class ResourceDispatcherHostDelegate;
class ResourceMessageDelegate;
class ResourceMessageFilter;
class ResourceRequestInfoImpl;
+class StreamResourceHandler;
class SaveFileManager;
class WebContentsImpl;
struct DownloadSaveInfo;
@@ -214,7 +215,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
// Must be called after the ResourceRequestInfo has been created
// and associated with the request.
- scoped_ptr<ResourceHandler> MaybeInterceptAsStream(
+ scoped_ptr<StreamResourceHandler> MaybeInterceptAsStream(
net::URLRequest* request,
ResourceResponse* response);

Powered by Google App Engine
This is Rietveld 408576698