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

Unified Diff: chrome/browser/profiles/off_the_record_profile_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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/off_the_record_profile_io_data.h
===================================================================
--- chrome/browser/profiles/off_the_record_profile_io_data.h (revision 110097)
+++ chrome/browser/profiles/off_the_record_profile_io_data.h (working copy)
@@ -104,11 +104,11 @@
scoped_refptr<ChromeURLRequestContext> main_context,
const std::string& app_id) const;
+ mutable scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_;
+
mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_;
- mutable scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_;
-
DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData);
};
« no previous file with comments | « chrome/browser/net/http_server_properties_manager_unittest.cc ('k') | chrome/browser/profiles/profile_impl_io_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698