| Index: chrome/browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc b/chrome/browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc
|
| index 1d16f7b5c40f6d5a937094fece37efaa85a8090d..6cff5caabe71b696d06dc3486ec38246b94bbdc8 100644
|
| --- a/chrome/browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc
|
| @@ -128,6 +128,7 @@ void ProximityAuthErrorBubbleView::WebContentsDestroyed() {
|
| }
|
|
|
| void ProximityAuthErrorBubbleView::StyledLabelLinkClicked(
|
| + views::StyledLabel& label,
|
| const gfx::Range& range,
|
| int event_flags) {
|
| if (!web_contents())
|
|
|