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

Side by Side Diff: chromecast/browser/url_request_context_factory.cc

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 | « chromecast/browser/metrics/external_metrics.h ('k') | chromeos/login/auth/login_performer.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 "chromecast/browser/url_request_context_factory.h" 5 #include "chromecast/browser/url_request_context_factory.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/ptr_util.h" 12 #include "base/memory/ptr_util.h"
13 #include "base/threading/sequenced_worker_pool.h"
14 #include "base/threading/worker_pool.h" 13 #include "base/threading/worker_pool.h"
15 #include "chromecast/base/chromecast_switches.h" 14 #include "chromecast/base/chromecast_switches.h"
16 #include "chromecast/browser/cast_browser_process.h" 15 #include "chromecast/browser/cast_browser_process.h"
17 #include "chromecast/browser/cast_http_user_agent_settings.h" 16 #include "chromecast/browser/cast_http_user_agent_settings.h"
18 #include "chromecast/browser/cast_network_delegate.h" 17 #include "chromecast/browser/cast_network_delegate.h"
19 #include "components/proxy_config/pref_proxy_config_tracker_impl.h" 18 #include "components/proxy_config/pref_proxy_config_tracker_impl.h"
20 #include "content/public/browser/browser_context.h" 19 #include "content/public/browser/browser_context.h"
21 #include "content/public/browser/browser_thread.h" 20 #include "content/public/browser/browser_thread.h"
22 #include "content/public/browser/cookie_store_factory.h" 21 #include "content/public/browser/cookie_store_factory.h"
23 #include "content/public/common/content_switches.h" 22 #include "content/public/common/content_switches.h"
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 if (media_getter_) { 471 if (media_getter_) {
473 media_getter_->GetURLRequestContext() 472 media_getter_->GetURLRequestContext()
474 ->http_transaction_factory() 473 ->http_transaction_factory()
475 ->GetSession() 474 ->GetSession()
476 ->DisableQuic(); 475 ->DisableQuic();
477 } 476 }
478 } 477 }
479 478
480 } // namespace shell 479 } // namespace shell
481 } // namespace chromecast 480 } // namespace chromecast
OLDNEW
« no previous file with comments | « chromecast/browser/metrics/external_metrics.h ('k') | chromeos/login/auth/login_performer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698