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

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

Issue 2689163003: Fixed typo in InterstitialDismissed method name. (Closed)
Patch Set: Created 3 years, 10 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_observer_bridge.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 a8dad22930eda7b577ccd3854039a948b4b85961..4e2008842f9f92303f491db18dcef87dcce32ebd 100644
--- a/ios/web/web_state/web_state_observer_bridge_unittest.mm
+++ b/ios/web/web_state/web_state_observer_bridge_unittest.mm
@@ -85,8 +85,7 @@ TEST_F(WebStateObserverBridgeTest, PageLoaded) {
TEST_F(WebStateObserverBridgeTest, InterstitialDismissed) {
ASSERT_FALSE([observer_ dismissInterstitialInfo]);
- // TODO(crbug.com/687735): Fix this method name.
- bridge_->InsterstitialDismissed();
+ bridge_->InterstitialDismissed();
ASSERT_TRUE([observer_ dismissInterstitialInfo]);
EXPECT_EQ(&test_web_state_, [observer_ dismissInterstitialInfo]->web_state);
}
« no previous file with comments | « ios/web/web_state/web_state_observer_bridge.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698