| Index: components/web_modal/web_contents_modal_dialog_manager.h
|
| diff --git a/components/web_modal/web_contents_modal_dialog_manager.h b/components/web_modal/web_contents_modal_dialog_manager.h
|
| index 753130158cbab471866ba2e738b5a6abd0ee71f6..3f9bf34d4dd9ced98524e2a32ac151bad08fedb3 100644
|
| --- a/components/web_modal/web_contents_modal_dialog_manager.h
|
| +++ b/components/web_modal/web_contents_modal_dialog_manager.h
|
| @@ -47,11 +47,10 @@ class WebContentsModalDialogManager
|
|
|
| // Focus the topmost modal dialog. IsDialogActive() must be true when calling
|
| // this function.
|
| - void FocusTopmostDialog();
|
| + void FocusTopmostDialog() const;
|
|
|
| - // Overriden from SingleWebContentsDialogManagerDelegate:
|
| + // SingleWebContentsDialogManagerDelegate:
|
| virtual content::WebContents* GetWebContents() const OVERRIDE;
|
| - // Called when a WebContentsModalDialogs we own is about to be closed.
|
| virtual void WillClose(NativeWebContentsModalDialog dialog) OVERRIDE;
|
|
|
| // For testing.
|
|
|