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

Unified Diff: ios/web/net/request_tracker_impl_unittest.mm

Issue 1136643004: Switch remaining functions from SchemeIsSecure() to SchemeIsCryptographic(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing. Created 5 years, 7 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 | « ios/web/net/request_tracker_impl.mm ('k') | remoting/host/third_party_auth_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/net/request_tracker_impl_unittest.mm
diff --git a/ios/web/net/request_tracker_impl_unittest.mm b/ios/web/net/request_tracker_impl_unittest.mm
index bb87192c991b1d07f8fada42238e37ce61159221..893f9abf92cbf798de47be4f3e138892a75f1231 100644
--- a/ios/web/net/request_tracker_impl_unittest.mm
+++ b/ios/web/net/request_tracker_impl_unittest.mm
@@ -258,7 +258,7 @@ class RequestTrackerTest : public PlatformTest {
EXPECT_TRUE(requests_[i]->ssl_info().is_valid());
}
}
- EXPECT_TRUE(!secure == !requests_[i]->url().SchemeIsSecure());
+ EXPECT_TRUE(!secure == !requests_[i]->url().SchemeIsCryptographic());
return requests_[i];
}
« no previous file with comments | « ios/web/net/request_tracker_impl.mm ('k') | remoting/host/third_party_auth_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698