New issue
Advanced search Search tips

Issue 728149 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: May 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

[MacViews] Wire up TabModalConfirmDialogViews

Project Member Reported by ellyjo...@chromium.org, May 31 2017

Issue description

This dialog is used for confirming re-POSTs and for confirming directory access in chrome apps (?).
 
Project Member

Comment 1 by sheriffbot@chromium.org, May 31 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: Proj-MacViews MacViews-Dialogs
Status: Fixed (was: Untriaged)
Calling this done:

TabModalConfirmDialog* TabModalConfirmDialog::Create(
    TabModalConfirmDialogDelegate* delegate,
    content::WebContents* web_contents) {
#if defined(OS_MACOSX)
  if (views_mode_controller::IsViewsBrowserCocoa())
    return CreateCocoa(delegate, web_contents);
#endif

  return new TabModalConfirmDialogViews(delegate, web_contents);
}

Sign in to add a comment