| Index: chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h
|
| diff --git a/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h b/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h
|
| index aab596099f7c98924bba996bb692935e47a78d9f..1788b4243cecebe18f7449645005060cdc7b1b12 100644
|
| --- a/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h
|
| +++ b/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h
|
| @@ -30,7 +30,7 @@ class PopupBlockerTabHelper
|
| // Mapping from popup IDs to blocked popup requests.
|
| typedef std::map<int32, GURL> PopupIdMap;
|
|
|
| - virtual ~PopupBlockerTabHelper();
|
| + ~PopupBlockerTabHelper() override;
|
|
|
| // Returns true if the popup request defined by |params| should be blocked.
|
| // In that case, it is also added to the |blocked_popups_| container.
|
| @@ -49,7 +49,7 @@ class PopupBlockerTabHelper
|
| PopupIdMap GetBlockedPopupRequests();
|
|
|
| // content::WebContentsObserver overrides:
|
| - virtual void DidNavigateMainFrame(
|
| + void DidNavigateMainFrame(
|
| const content::LoadCommittedDetails& details,
|
| const content::FrameNavigateParams& params) override;
|
|
|
|
|