Chromium Code Reviews| Index: chrome/browser/ui/exclusive_access/exclusive_access_bubble.cc |
| diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_bubble.cc b/chrome/browser/ui/exclusive_access/exclusive_access_bubble.cc |
| index b3d1684c1112df27cfc5571e5f76c3047ad58cbf..9681d54ff08d8943a0bc6c6a467566d957c4a33b 100644 |
| --- a/chrome/browser/ui/exclusive_access/exclusive_access_bubble.cc |
| +++ b/chrome/browser/ui/exclusive_access/exclusive_access_bubble.cc |
| @@ -57,6 +57,9 @@ void ExclusiveAccessBubble::OnUserInput() { |
| // If the notification suppression timer has elapsed, re-show it. |
| if (!suppress_notify_timeout_.IsRunning()) { |
| + // Record UMA for when the bubble is re-shown. |
|
scheib
2016/02/23 23:52:26
Comment won't be needed when method renamed.
Matt Giuca
2016/02/24 03:00:31
Done.
|
| + manager_->BubbleReshown(bubble_type_); |
| + |
| ShowAndStartTimers(); |
| return; |
| } |