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

Side by Side Diff: chrome/browser/ssl/ssl_browser_tests.cc

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Fixes... Created 3 years, 6 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
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 #include <utility> 5 #include <utility>
6 6
7 #include "base/base64.h" 7 #include "base/base64.h"
8 #include "base/base_switches.h" 8 #include "base/base_switches.h"
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/bind_helpers.h" 10 #include "base/bind_helpers.h"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 #include "chrome/browser/ui/browser_navigator_params.h" 51 #include "chrome/browser/ui/browser_navigator_params.h"
52 #include "chrome/browser/ui/browser_tabstrip.h" 52 #include "chrome/browser/ui/browser_tabstrip.h"
53 #include "chrome/browser/ui/tabs/tab_strip_model.h" 53 #include "chrome/browser/ui/tabs/tab_strip_model.h"
54 #include "chrome/common/chrome_paths.h" 54 #include "chrome/common/chrome_paths.h"
55 #include "chrome/common/chrome_switches.h" 55 #include "chrome/common/chrome_switches.h"
56 #include "chrome/common/pref_names.h" 56 #include "chrome/common/pref_names.h"
57 #include "chrome/test/base/in_process_browser_test.h" 57 #include "chrome/test/base/in_process_browser_test.h"
58 #include "chrome/test/base/test_launcher_utils.h" 58 #include "chrome/test/base/test_launcher_utils.h"
59 #include "chrome/test/base/ui_test_utils.h" 59 #include "chrome/test/base/ui_test_utils.h"
60 #include "components/content_settings/core/browser/host_content_settings_map.h" 60 #include "components/content_settings/core/browser/host_content_settings_map.h"
61 #include "components/network_session_configurator/common/network_switches.h"
61 #include "components/network_time/network_time_test_utils.h" 62 #include "components/network_time/network_time_test_utils.h"
62 #include "components/network_time/network_time_tracker.h" 63 #include "components/network_time/network_time_tracker.h"
63 #include "components/prefs/testing_pref_service.h" 64 #include "components/prefs/testing_pref_service.h"
64 #include "components/security_interstitials/core/controller_client.h" 65 #include "components/security_interstitials/core/controller_client.h"
65 #include "components/security_interstitials/core/metrics_helper.h" 66 #include "components/security_interstitials/core/metrics_helper.h"
66 #include "components/security_state/core/security_state.h" 67 #include "components/security_state/core/security_state.h"
67 #include "components/security_state/core/switches.h" 68 #include "components/security_state/core/switches.h"
68 #include "components/ssl_errors/error_classification.h" 69 #include "components/ssl_errors/error_classification.h"
69 #include "components/variations/variations_associated_data.h" 70 #include "components/variations/variations_associated_data.h"
70 #include "components/variations/variations_switches.h" 71 #include "components/variations/variations_switches.h"
(...skipping 4534 matching lines...) Expand 10 before | Expand all | Expand 10 after
4605 4606
4606 // Visit a page over https that contains a frame with a redirect. 4607 // Visit a page over https that contains a frame with a redirect.
4607 4608
4608 // XMLHttpRequest insecure content in synchronous mode. 4609 // XMLHttpRequest insecure content in synchronous mode.
4609 4610
4610 // XMLHttpRequest insecure content in asynchronous mode. 4611 // XMLHttpRequest insecure content in asynchronous mode.
4611 4612
4612 // XMLHttpRequest over bad ssl in synchronous mode. 4613 // XMLHttpRequest over bad ssl in synchronous mode.
4613 4614
4614 // XMLHttpRequest over OK ssl in synchronous mode. 4615 // XMLHttpRequest over OK ssl in synchronous mode.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698