| Index: chrome/browser/ui/views/autofill/autofill_dialog_views.cc
|
| diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
|
| index 6f526c77d0821578980d1c07e1033c9e77eaeccc..43882a7c5a1a350b3dbb76b296b31d5c286575f7 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
|
| +++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
|
| @@ -1243,6 +1243,7 @@ void AutofillDialogViews::Show() {
|
|
|
| // Ownership of |contents_| is handed off by this call. The widget will take
|
| // care of deleting itself after calling DeleteDelegate().
|
| + // TODO(gbillock): Use PopupManager here. Also, this comment looks stale.
|
| WebContentsModalDialogManager* web_contents_modal_dialog_manager =
|
| WebContentsModalDialogManager::FromWebContents(
|
| delegate_->GetWebContents());
|
|
|