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

Side by Side Diff: content/browser/file_system/file_system_dispatcher_host.h

Issue 7575010: Removal of Profile from content part 7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_FILE_SYSTEM_FILE_SYSTEM_DISPATCHER_HOST_H_ 5 #ifndef CONTENT_BROWSER_FILE_SYSTEM_FILE_SYSTEM_DISPATCHER_HOST_H_
6 #define CONTENT_BROWSER_FILE_SYSTEM_FILE_SYSTEM_DISPATCHER_HOST_H_ 6 #define CONTENT_BROWSER_FILE_SYSTEM_FILE_SYSTEM_DISPATCHER_HOST_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/id_map.h" 11 #include "base/id_map.h"
12 #include "content/browser/browser_message_filter.h" 12 #include "content/browser/browser_message_filter.h"
13 #include "webkit/fileapi/file_system_types.h" 13 #include "webkit/fileapi/file_system_types.h"
14 14
15 class GURL; 15 class GURL;
16 class Profile;
17 class Receiver; 16 class Receiver;
18 class RenderMessageFilter; 17 class RenderMessageFilter;
19 18
20 namespace base { 19 namespace base {
21 class Time; 20 class Time;
22 } 21 }
23 22
24 namespace content { 23 namespace content {
25 class ResourceContext; 24 class ResourceContext;
26 } 25 }
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 96
98 // This holds the ResourceContext until Init() can be called from the 97 // This holds the ResourceContext until Init() can be called from the
99 // IO thread, which will extract the net::URLRequestContext from it. 98 // IO thread, which will extract the net::URLRequestContext from it.
100 const content::ResourceContext* resource_context_; 99 const content::ResourceContext* resource_context_;
101 net::URLRequestContext* request_context_; 100 net::URLRequestContext* request_context_;
102 101
103 DISALLOW_COPY_AND_ASSIGN(FileSystemDispatcherHost); 102 DISALLOW_COPY_AND_ASSIGN(FileSystemDispatcherHost);
104 }; 103 };
105 104
106 #endif // CONTENT_BROWSER_FILE_SYSTEM_FILE_SYSTEM_DISPATCHER_HOST_H_ 105 #endif // CONTENT_BROWSER_FILE_SYSTEM_FILE_SYSTEM_DISPATCHER_HOST_H_
OLDNEW
« no previous file with comments | « content/browser/download/save_package.cc ('k') | content/browser/file_system/file_system_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698