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

Unified Diff: ios/web/web_state/web_state_impl.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
Index: ios/web/web_state/web_state_impl.mm
diff --git a/ios/web/web_state/web_state_impl.mm b/ios/web/web_state/web_state_impl.mm
index 99a3dfb7936c3bf9bf202b9476121e8a15664579..05fb07a82a1d2e6d463e9457e0fa9110028db8d8 100644
--- a/ios/web/web_state/web_state_impl.mm
+++ b/ios/web/web_state/web_state_impl.mm
@@ -463,7 +463,7 @@ void WebStateImpl::ClearTransientContentView() {
// Don't access |interstitial| after calling |DontProceed()|, as it triggers
// deletion.
for (auto& observer : observers_)
- observer.InsterstitialDismissed();
+ observer.InterstitialDismissed();
}
[web_controller_ clearTransientContentView];
}
« no previous file with comments | « ios/web/public/web_state/web_state_observer_bridge.h ('k') | ios/web/web_state/web_state_observer_bridge.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698