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

Unified Diff: chrome/browser/ssl/ssl_browser_tests.cc

Issue 10854139: Use HttpAuthController in SocketStream (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased and Skipped added browser test on chromeos Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/net/proxy_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_browser_tests.cc
diff --git a/chrome/browser/ssl/ssl_browser_tests.cc b/chrome/browser/ssl/ssl_browser_tests.cc
index 84e4ed4fcffe7f174df5e59371d51f55af0ac987..0332c6da0f6fb4657c36b69bc844fc6da0020cfb 100644
--- a/chrome/browser/ssl/ssl_browser_tests.cc
+++ b/chrome/browser/ssl/ssl_browser_tests.cc
@@ -601,7 +601,7 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, TestWSSInvalidCertAndGoForward) {
// Visit bad HTTPS page.
std::string urlPath =
- StringPrintf("%s%d%s", "https://localhost:", port, "/wss.html");
+ StringPrintf("%s%d%s", "https://localhost:", port, "/ws.html");
ui_test_utils::NavigateToURL(browser(), GURL(urlPath));
CheckAuthenticationBrokenState(tab, net::CERT_STATUS_COMMON_NAME_INVALID,
false, true); // Interstitial showing
@@ -1504,7 +1504,7 @@ IN_PROC_BROWSER_TEST_F(SSLUITestIgnoreCertErrors, TestWSS) {
// Visit bad HTTPS page.
std::string url_path =
- StringPrintf("%s%d%s", "https://localhost:", port, "/wss.html");
+ StringPrintf("%s%d%s", "https://localhost:", port, "/ws.html");
ui_test_utils::NavigateToURL(browser(), GURL(url_path));
// We shouldn't have an interstitial page showing here.
« no previous file with comments | « chrome/browser/net/proxy_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698