Files
helium/patches/debian/fullscreen-ui.patch
Eloston dae03f367f Update to 47.0.2526.106
Create scripts for downloading source code and building Debian packages
Updated README.md with new building instructions
Update patch offsets
2015-12-15 23:19:08 -08:00

12 lines
373 B
Diff

--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1004,6 +1004,8 @@ void BrowserView::UpdateExclusiveAccessE
}
bool BrowserView::ShouldHideUIForFullscreen() const {
+ return false;
+
// Immersive mode needs UI for the slide-down top panel.
if (immersive_mode_controller_->IsEnabled())
return false;