Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 4c02948d4ae9543a60c89f9fa0b97db30fb0ee48..2cf108239eeb7697ed0106b8cf92daef69ca8a98 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -2491,7 +2491,7 @@ void Browser::UpdateBookmarkBarState(BookmarkBarStateChangeReason reason) { |
} |
bool Browser::ShouldHideUIForFullscreen() const { |
- // Windows and GTK remove the top controls in fullscreen, but Mac and Ash |
+ // Windows and GTK remove the browser controls in fullscreen, but Mac and Ash |
// keep the controls in a slide-down panel. |
return window_ && window_->ShouldHideUIForFullscreen(); |
} |