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 a5541045f91d342db6a3e6023bf41d670f2fda39..f4cec94ff660ba11f35fea4ce2687aa036b38b1d 100644 |
--- a/chrome/browser/ssl/ssl_browser_tests.cc |
+++ b/chrome/browser/ssl/ssl_browser_tests.cc |
@@ -2576,8 +2576,6 @@ |
CheckSecurityState(contents, CertError::NONE, |
content::SECURITY_STYLE_AUTHENTICATED, AuthState::NONE); |
replacements.SetHostStr("mail.example.com"); |
- // blink strips the ref from requests. |
- replacements.ClearRef(); |
GURL https_server_new_url = https_server_url.ReplaceComponents(replacements); |
// Verify that the current URL is the suggested URL. |
EXPECT_EQ(https_server_new_url.spec(), |