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

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

Issue 2878973002: Remove some configuration from the extension URLRequestContexts. (Closed)
Patch Set: Pointless merge Created 3 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 unified diff | Download patch
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_PROFILE_IMPL_IO_DATA_H_ 5 #ifndef CHROME_BROWSER_PROFILES_PROFILE_IMPL_IO_DATA_H_
6 #define CHROME_BROWSER_PROFILES_PROFILE_IMPL_IO_DATA_H_ 6 #define CHROME_BROWSER_PROFILES_PROFILE_IMPL_IO_DATA_H_
7 7
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/containers/hash_tables.h" 9 #include "base/containers/hash_tables.h"
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 // Owned by URLRequestContextStorage, reference here to can be shut down on 210 // Owned by URLRequestContextStorage, reference here to can be shut down on
211 // the UI thread. 211 // the UI thread.
212 net::HttpServerPropertiesManager* http_server_properties_manager_; 212 net::HttpServerPropertiesManager* http_server_properties_manager_;
213 213
214 mutable std::unique_ptr<net::CookieStore> extensions_cookie_store_; 214 mutable std::unique_ptr<net::CookieStore> extensions_cookie_store_;
215 215
216 mutable std::unique_ptr<chrome_browser_net::Predictor> predictor_; 216 mutable std::unique_ptr<chrome_browser_net::Predictor> predictor_;
217 217
218 mutable std::unique_ptr<net::URLRequestContext> media_request_context_; 218 mutable std::unique_ptr<net::URLRequestContext> media_request_context_;
219 219
220 mutable std::unique_ptr<net::URLRequestJobFactory> extensions_job_factory_;
221
222 // Owned by ChromeNetworkDelegate (which is owned by |network_delegate_|). 220 // Owned by ChromeNetworkDelegate (which is owned by |network_delegate_|).
223 mutable domain_reliability::DomainReliabilityMonitor* 221 mutable domain_reliability::DomainReliabilityMonitor*
224 domain_reliability_monitor_; 222 domain_reliability_monitor_;
225 223
226 // Parameters needed for isolated apps. 224 // Parameters needed for isolated apps.
227 base::FilePath profile_path_; 225 base::FilePath profile_path_;
228 int app_cache_max_size_; 226 int app_cache_max_size_;
229 int app_media_cache_max_size_; 227 int app_media_cache_max_size_;
230 228
231 DISALLOW_COPY_AND_ASSIGN(ProfileImplIOData); 229 DISALLOW_COPY_AND_ASSIGN(ProfileImplIOData);
232 }; 230 };
233 231
234 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_IO_DATA_H_ 232 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_IO_DATA_H_
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_browsertest.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698