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

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

Issue 8423028: Persist dynamically learned SPDY settings (like CWND). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 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 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/callback.h" 10 #include "base/callback.h"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 virtual scoped_refptr<ChromeURLRequestContext> 128 virtual scoped_refptr<ChromeURLRequestContext>
129 AcquireMediaRequestContext() const; 129 AcquireMediaRequestContext() const;
130 virtual scoped_refptr<ChromeURLRequestContext> 130 virtual scoped_refptr<ChromeURLRequestContext>
131 AcquireIsolatedAppRequestContext( 131 AcquireIsolatedAppRequestContext(
132 scoped_refptr<ChromeURLRequestContext> main_context, 132 scoped_refptr<ChromeURLRequestContext> main_context,
133 const std::string& app_id) const; 133 const std::string& app_id) const;
134 134
135 // Lazy initialization params. 135 // Lazy initialization params.
136 mutable scoped_ptr<LazyParams> lazy_params_; 136 mutable scoped_ptr<LazyParams> lazy_params_;
137 137
138 mutable scoped_ptr<chrome_browser_net::HttpServerPropertiesManager>
139 http_server_properties_manager_;
140
138 mutable scoped_refptr<ChromeURLRequestContext> media_request_context_; 141 mutable scoped_refptr<ChromeURLRequestContext> media_request_context_;
139 142
140 mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_; 143 mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
141 mutable scoped_ptr<net::HttpTransactionFactory> media_http_factory_; 144 mutable scoped_ptr<net::HttpTransactionFactory> media_http_factory_;
142 mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_; 145 mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_;
143 146
144 mutable scoped_ptr<chrome_browser_net::Predictor> predictor_; 147 mutable scoped_ptr<chrome_browser_net::Predictor> predictor_;
145 mutable scoped_ptr<chrome_browser_net::HttpServerPropertiesManager>
146 http_server_properties_manager_;
147 148
148 // Parameters needed for isolated apps. 149 // Parameters needed for isolated apps.
149 FilePath app_path_; 150 FilePath app_path_;
150 mutable bool clear_local_state_on_exit_; 151 mutable bool clear_local_state_on_exit_;
151 152
152 DISALLOW_COPY_AND_ASSIGN(ProfileImplIOData); 153 DISALLOW_COPY_AND_ASSIGN(ProfileImplIOData);
153 }; 154 };
154 155
155 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_IO_DATA_H_ 156 #endif // CHROME_BROWSER_PROFILES_PROFILE_IMPL_IO_DATA_H_
OLDNEW
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698