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

Side by Side Diff: ios/web_view/internal/criwv_url_request_context_getter.mm

Issue 2691263002: Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: Created 3 years, 10 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 | « ios/web/web_state/web_state_impl.mm ('k') | media/base/android/media_drm_bridge.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #include "ios/web_view/internal/criwv_url_request_context_getter.h" 5 #include "ios/web_view/internal/criwv_url_request_context_getter.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/base_paths.h" 9 #include "base/base_paths.h"
10 #include "base/logging.h" 10 #include "base/logging.h"
11 #include "base/memory/ptr_util.h" 11 #include "base/memory/ptr_util.h"
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "base/path_service.h" 13 #include "base/path_service.h"
14 #include "base/threading/sequenced_worker_pool.h"
15 #import "ios/net/cookies/cookie_store_ios_persistent.h" 14 #import "ios/net/cookies/cookie_store_ios_persistent.h"
16 #import "ios/web/public/web_client.h" 15 #import "ios/web/public/web_client.h"
17 #include "ios/web/public/web_thread.h" 16 #include "ios/web/public/web_thread.h"
18 #include "ios/web_view/internal/criwv_network_delegate.h" 17 #include "ios/web_view/internal/criwv_network_delegate.h"
19 #include "net/base/cache_type.h" 18 #include "net/base/cache_type.h"
20 #include "net/cert/cert_verifier.h" 19 #include "net/cert/cert_verifier.h"
21 #include "net/dns/host_resolver.h" 20 #include "net/dns/host_resolver.h"
22 #include "net/extras/sqlite/sqlite_persistent_cookie_store.h" 21 #include "net/extras/sqlite/sqlite_persistent_cookie_store.h"
23 #include "net/http/http_auth_handler_factory.h" 22 #include "net/http/http_auth_handler_factory.h"
24 #include "net/http/http_cache.h" 23 #include "net/http/http_cache.h"
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 156
158 return url_request_context_.get(); 157 return url_request_context_.get();
159 } 158 }
160 159
161 scoped_refptr<base::SingleThreadTaskRunner> 160 scoped_refptr<base::SingleThreadTaskRunner>
162 CRIWVURLRequestContextGetter::GetNetworkTaskRunner() const { 161 CRIWVURLRequestContextGetter::GetNetworkTaskRunner() const {
163 return network_task_runner_; 162 return network_task_runner_;
164 } 163 }
165 164
166 } // namespace ios_web_view 165 } // namespace ios_web_view
OLDNEW
« no previous file with comments | « ios/web/web_state/web_state_impl.mm ('k') | media/base/android/media_drm_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698