| Index: chrome/browser/chromeos/attestation/platform_verification_dialog.cc
|
| diff --git a/chrome/browser/chromeos/attestation/platform_verification_dialog.cc b/chrome/browser/chromeos/attestation/platform_verification_dialog.cc
|
| index 2bda3a83d38a697ace8c39173c745b720cc0a365..8380041646305a17d6b3453c1aaae28ce67e22cc 100644
|
| --- a/chrome/browser/chromeos/attestation/platform_verification_dialog.cc
|
| +++ b/chrome/browser/chromeos/attestation/platform_verification_dialog.cc
|
| @@ -54,6 +54,7 @@ void PlatformVerificationDialog::ShowDialog(
|
| callback);
|
|
|
| // Sets up the dialog widget and shows it.
|
| + // TODO(gbillock): Use PopupManager here.
|
| web_modal::WebContentsModalDialogManager* web_contents_modal_dialog_manager =
|
| web_modal::WebContentsModalDialogManager::FromWebContents(web_contents);
|
| web_modal::WebContentsModalDialogManagerDelegate* modal_delegate =
|
|
|