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

Unified Diff: ios/web/public/web_state/web_state_observer.h

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 | « no previous file | ios/web/public/web_state/web_state_observer_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/web_state/web_state_observer.h
diff --git a/ios/web/public/web_state/web_state_observer.h b/ios/web/public/web_state/web_state_observer.h
index f54e88b86b37c7ecfe7add2a937c49de918b9664..6fb99f3540d0186c3bc8c172febc1fb887351271 100644
--- a/ios/web/public/web_state/web_state_observer.h
+++ b/ios/web/public/web_state/web_state_observer.h
@@ -58,7 +58,7 @@ class WebStateObserver {
virtual void PageLoaded(PageLoadCompletionStatus load_completion_status) {}
// Called when the interstitial is dismissed by the user.
- virtual void InsterstitialDismissed() {}
+ virtual void InterstitialDismissed() {}
// Called on URL hash change events.
virtual void UrlHashChanged() {}
« no previous file with comments | « no previous file | ios/web/public/web_state/web_state_observer_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698