| 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 997982541270c3a66c6ccb67ff9a65d98c0ddb14..f2deb6f1b6192c1ec0c7df1b18b4503322047c0e 100644
|
| --- a/chrome/browser/chromeos/attestation/platform_verification_dialog.cc
|
| +++ b/chrome/browser/chromeos/attestation/platform_verification_dialog.cc
|
| @@ -128,8 +128,10 @@ gfx::Size PlatformVerificationDialog::GetPreferredSize() const {
|
| GetHeightForWidth(kDialogMaxWidthInPixel));
|
| }
|
|
|
| -void PlatformVerificationDialog::StyledLabelLinkClicked(const gfx::Range& range,
|
| - int event_flags) {
|
| +void PlatformVerificationDialog::StyledLabelLinkClicked(
|
| + views::StyledLabel* label,
|
| + const gfx::Range& range,
|
| + int event_flags) {
|
| Browser* browser = chrome::FindBrowserWithWebContents(web_contents());
|
| const GURL learn_more_url(chrome::kEnhancedPlaybackNotificationLearnMoreURL);
|
|
|
|
|