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..3797bd203c9775f98b091c862fcb7dea51fa50ec 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; |
+ const char* HistogramPrefix() override; |
+ |
void ToggleFullscreenModeInternal(FullscreenInternalOption option); |
void EnterFullscreenModeInternal(FullscreenInternalOption option); |
void ExitFullscreenModeInternal(); |