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

Unified Diff: ios/web/web_state/web_state_observer_bridge_unittest.mm

Issue 2845913003: Cleaned up unused methods from WebStateImpl and NavigationContextImpl. (Closed)
Patch Set: Fixed tests Created 3 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/web_state/web_state_impl_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/web_state_observer_bridge_unittest.mm
diff --git a/ios/web/web_state/web_state_observer_bridge_unittest.mm b/ios/web/web_state/web_state_observer_bridge_unittest.mm
index 1d5005c88f58142fde32e3df5590bbe26c6e553f..f84f155eccbbff5e2c84c2ac6daeb07ff23b905b 100644
--- a/ios/web/web_state/web_state_observer_bridge_unittest.mm
+++ b/ios/web/web_state/web_state_observer_bridge_unittest.mm
@@ -57,8 +57,8 @@ TEST_F(WebStateObserverBridgeTest, DidFinishNavigation) {
GURL url("https://chromium.test/");
std::unique_ptr<web::NavigationContext> context =
- web::NavigationContextImpl::CreateNavigationContext(&test_web_state_, url,
- response_headers_);
+ web::NavigationContextImpl::CreateNavigationContext(&test_web_state_,
+ url);
bridge_->DidFinishNavigation(context.get());
ASSERT_TRUE([observer_ didFinishNavigationInfo]);
« no previous file with comments | « ios/web/web_state/web_state_impl_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698