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

Side by Side Diff: chrome/browser/profiles/off_the_record_profile_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
« no previous file with comments | « no previous file | chrome/browser/profiles/off_the_record_profile_io_data.cc » ('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) 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 <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 protocol_handler_interceptor, 134 protocol_handler_interceptor,
135 content::ProtocolHandlerMap* protocol_handlers, 135 content::ProtocolHandlerMap* protocol_handlers,
136 content::URLRequestInterceptorScopedVector request_interceptors) 136 content::URLRequestInterceptorScopedVector request_interceptors)
137 const override; 137 const override;
138 net::URLRequestContext* AcquireIsolatedMediaRequestContext( 138 net::URLRequestContext* AcquireIsolatedMediaRequestContext(
139 net::URLRequestContext* app_context, 139 net::URLRequestContext* app_context,
140 const StoragePartitionDescriptor& partition_descriptor) const override; 140 const StoragePartitionDescriptor& partition_descriptor) const override;
141 141
142 mutable std::unique_ptr<net::CookieStore> extensions_cookie_store_; 142 mutable std::unique_ptr<net::CookieStore> extensions_cookie_store_;
143 143
144 mutable std::unique_ptr<net::URLRequestJobFactory> extensions_job_factory_;
145
146 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData); 144 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData);
147 }; 145 };
148 146
149 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IO_DATA_H_ 147 #endif // CHROME_BROWSER_PROFILES_OFF_THE_RECORD_PROFILE_IO_DATA_H_
OLDNEW
« no previous file with comments | « no previous file | 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