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

Unified Diff: chrome/browser/download/save_package.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/save_file_manager.cc ('k') | chrome/browser/download/save_package.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/save_package.h
===================================================================
--- chrome/browser/download/save_package.h (revision 84789)
+++ chrome/browser/download/save_package.h (working copy)
@@ -38,11 +38,7 @@
class Time;
}
-namespace net {
-class URLRequestContextGetter;
-}
-
// The SavePackage object manages the process of saving a page as only-html or
// complete-html and providing the information for displaying saving status.
// Saving page as only-html means means that we save web page to a single HTML
@@ -264,10 +260,6 @@
// saved_success_items_ is map of all saving job which are successfully saved.
SavedItemMap saved_success_items_;
- // The request context which provides application-specific context for
- // net::URLRequest instances.
- scoped_refptr<net::URLRequestContextGetter> request_context_getter_;
-
// Non-owning pointer for handling file writing on the file thread.
SaveFileManager* file_manager_;
« no previous file with comments | « chrome/browser/download/save_file_manager.cc ('k') | chrome/browser/download/save_package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698