Index: chrome/browser/ui/exclusive_access/fullscreen_controller.h |
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller.h b/chrome/browser/ui/exclusive_access/fullscreen_controller.h |
index 930e76a111f9acf9f698820d9b1790d022b149b1..e61d891a91bc8b566aa2b3fbb44761c47dedd6ab 100644 |
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller.h |
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller.h |
@@ -159,6 +159,8 @@ class FullscreenController : public ExclusiveAccessControllerBase { |
// necessary. |
void NotifyTabExclusiveAccessLost() override; |
+ void RecordBubbleReshowsHistogram(int bubble_reshow_count) override; |
+ |
void ToggleFullscreenModeInternal(FullscreenInternalOption option); |
void EnterFullscreenModeInternal(FullscreenInternalOption option); |
void ExitFullscreenModeInternal(); |