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

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

Issue 797363003: ios: Cleanup - remove unnecessary semicolons in WebStateObserver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | no next file » | 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 f63d06e81e88f66e99160b274529a4074d163493..bc43b48bcd268b6835a04539e117f118e0fb8e8b 100644
--- a/ios/web/public/web_state/web_state_observer.h
+++ b/ios/web/public/web_state/web_state_observer.h
@@ -25,16 +25,16 @@ class WebStateObserver {
// (in the case of new navigations) or renavigated to (for back/forward
// navigations).
virtual void NavigationItemCommitted(
- const LoadCommittedDetails& load_details) {};
+ const LoadCommittedDetails& load_details) {}
// Called when the current page is loaded.
- virtual void PageLoaded() {};
+ virtual void PageLoaded() {}
// Called on URL hash change events.
- virtual void URLHashChanged() {};
+ virtual void URLHashChanged() {}
// Called on history state change events.
- virtual void HistoryStateChanged() {};
+ virtual void HistoryStateChanged() {}
// Invoked when the WebState is being destroyed. Gives subclasses a chance
// to cleanup.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698