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

Unified Diff: chrome/browser/supervised_user/supervised_user_navigation_observer.h

Issue 652473004: Standardize usage of virtual/override/final in chrome/browser/supervised_user/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: chrome/browser/supervised_user/supervised_user_navigation_observer.h
diff --git a/chrome/browser/supervised_user/supervised_user_navigation_observer.h b/chrome/browser/supervised_user/supervised_user_navigation_observer.h
index a8772517ff900df290d117a9a4c5e6f532622e90..0b654c07667b8bec0836b854daa8db24367559f5 100644
--- a/chrome/browser/supervised_user/supervised_user_navigation_observer.h
+++ b/chrome/browser/supervised_user/supervised_user_navigation_observer.h
@@ -29,7 +29,7 @@ class SupervisedUserNavigationObserver
: public content::WebContentsObserver,
public content::WebContentsUserData<SupervisedUserNavigationObserver> {
public:
- virtual ~SupervisedUserNavigationObserver();
+ ~SupervisedUserNavigationObserver() override;
// Sets the specific infobar as dismissed.
void WarnInfoBarDismissed();
@@ -51,7 +51,7 @@ class SupervisedUserNavigationObserver
explicit SupervisedUserNavigationObserver(content::WebContents* web_contents);
// content::WebContentsObserver implementation.
- virtual void DidCommitProvisionalLoadForFrame(
+ void DidCommitProvisionalLoadForFrame(
content::RenderFrameHost* render_frame_host,
const GURL& url,
ui::PageTransition transition_type) override;

Powered by Google App Engine
This is Rietveld 408576698