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

Unified Diff: chrome/browser/download/download_util.h

Issue 6995013: More progress towards removing content settings code from the content layer. We can't use Cookie... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments and sync Created 9 years, 7 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 | « chrome/browser/download/download_manager.cc ('k') | chrome/browser/download/download_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_util.h
===================================================================
--- chrome/browser/download/download_util.h (revision 84789)
+++ chrome/browser/download/download_util.h (working copy)
@@ -19,11 +19,6 @@
#include "views/view.h"
#endif
-namespace gfx {
-class Canvas;
-class Image;
-}
-
class BaseDownloadItemModel;
class DictionaryValue;
class DownloadItem;
@@ -36,10 +31,15 @@
struct DownloadCreateInfo;
struct DownloadSaveInfo;
-namespace net {
-class URLRequestContextGetter;
+namespace content {
+class ResourceContext;
}
+namespace gfx {
+class Canvas;
+class Image;
+}
+
namespace download_util {
// Download temporary file creation --------------------------------------------
@@ -238,7 +238,7 @@
ResourceDispatcherHost* rdh,
int render_process_host_id,
int render_view_id,
- net::URLRequestContextGetter* request_context_getter);
+ const content::ResourceContext* context);
// Tells the resource dispatcher host to cancel a download request.
// Must be called on the IO thread.
« no previous file with comments | « chrome/browser/download/download_manager.cc ('k') | chrome/browser/download/download_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698