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..9acf43b3c3c1cf52eda7bf49b664bb44b7b0de42 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* HistogramSuffix() override; |
+ |
void ToggleFullscreenModeInternal(FullscreenInternalOption option); |
void EnterFullscreenModeInternal(FullscreenInternalOption option); |
void ExitFullscreenModeInternal(); |