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

Side by Side Diff: chrome/browser/profiles/off_the_record_profile_io_data.h

Issue 298063006: Make SdchManager per-profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments. Created 6 years, 6 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IO_DATA_H_ 5 #ifndef CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IO_DATA_H_
6 #define CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IO_DATA_H_ 6 #define CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IO_DATA_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/callback.h" 9 #include "base/callback.h"
10 #include "base/containers/hash_tables.h" 10 #include "base/containers/hash_tables.h"
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 ChromeURLRequestContext* app_context, 140 ChromeURLRequestContext* app_context,
141 const StoragePartitionDescriptor& partition_descriptor) 141 const StoragePartitionDescriptor& partition_descriptor)
142 const OVERRIDE; 142 const OVERRIDE;
143 143
144 mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_; 144 mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
145 mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_; 145 mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_;
146 146
147 mutable scoped_ptr<net::URLRequestJobFactory> main_job_factory_; 147 mutable scoped_ptr<net::URLRequestJobFactory> main_job_factory_;
148 mutable scoped_ptr<net::URLRequestJobFactory> extensions_job_factory_; 148 mutable scoped_ptr<net::URLRequestJobFactory> extensions_job_factory_;
149 149
150 mutable scoped_ptr<net::SdchManager> sdch_manager_;
mmenke 2014/06/12 18:11:16 nit: Need to forward declare this.
Randy Smith (Not in Mondays) 2014/06/12 20:03:12 Done.
151
150 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData); 152 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData);
151 }; 153 };
152 154
153 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IO_DATA_H_ 155 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IO_DATA_H_
OLDNEW
« no previous file with comments | « chrome/browser/net/sdch_dictionary_fetcher.cc ('k') | chrome/browser/profiles/off_the_record_profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698