diff options
Diffstat (limited to 'chrome/browser/printing/print_preview_dialog_controller.h')
-rw-r--r-- | chrome/browser/printing/print_preview_dialog_controller.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/printing/print_preview_dialog_controller.h b/chrome/browser/printing/print_preview_dialog_controller.h index ecd2ead..493e1c2 100644 --- a/chrome/browser/printing/print_preview_dialog_controller.h +++ b/chrome/browser/printing/print_preview_dialog_controller.h @@ -62,9 +62,9 @@ class PrintPreviewDialogController base::Callback<void(content::WebContents*)> callback); // content::NotificationObserver implementation. - virtual void Observe(int type, - const content::NotificationSource& source, - const content::NotificationDetails& details) override; + void Observe(int type, + const content::NotificationSource& source, + const content::NotificationDetails& details) override; // Returns true if |contents| is a print preview dialog. static bool IsPrintPreviewDialog(content::WebContents* contents); @@ -88,7 +88,7 @@ class PrintPreviewDialogController typedef std::map<content::WebContents*, content::WebContents*> PrintPreviewDialogMap; - virtual ~PrintPreviewDialogController(); + ~PrintPreviewDialogController() override; // Handler for the RENDERER_PROCESS_CLOSED notification. This is observed when // the initiator renderer crashed. |