| Index: ios/chrome/browser/ui/fullscreen_controller_unittest.mm
|
| diff --git a/ios/chrome/browser/ui/fullscreen_controller_unittest.mm b/ios/chrome/browser/ui/fullscreen_controller_unittest.mm
|
| index 0e3aec6abb027aa2f6826c2bc8f44763ee20eac6..ef428f067a926f880328a2cc6416bef263d9208f 100644
|
| --- a/ios/chrome/browser/ui/fullscreen_controller_unittest.mm
|
| +++ b/ios/chrome/browser/ui/fullscreen_controller_unittest.mm
|
| @@ -60,7 +60,11 @@ CGFloat kHeaderHeight = 42.0;
|
| return currentPosition_;
|
| }
|
|
|
| -- (CGFloat)headerHeight {
|
| +- (CGFloat)headerHeightForCurrentTab {
|
| + return kHeaderHeight;
|
| +}
|
| +
|
| +- (CGFloat)headerHeightForTab:(Tab*)tab {
|
| return kHeaderHeight;
|
| }
|
|
|
|
|