Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5533)

Unified Diff: chrome/browser/ui/exclusive_access/exclusive_access_context.h

Issue 1737413002: Modified the behavior of "Hide Toolbar in Full Screen" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feb -> March Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/exclusive_access/exclusive_access_context.h
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_context.h b/chrome/browser/ui/exclusive_access/exclusive_access_context.h
index 6aedf486f5b3afa19f6fbceb6a87b930e7814a60..71838ad91d5241d378f69eff3dd5bb28a49330cd 100644
--- a/chrome/browser/ui/exclusive_access/exclusive_access_context.h
+++ b/chrome/browser/ui/exclusive_access/exclusive_access_context.h
@@ -37,9 +37,9 @@ class ExclusiveAccessContext {
// Currently only supported on Mac.
virtual void UpdateFullscreenWithToolbar(bool with_toolbar);
- // Toggles the toolbar state to be hidden or shown in fullscreen. Updates
- // the preference accordingly. Only supported on Mac.
- virtual void ToggleFullscreenToolbar();
+ // Updates the toolbar state to be hidden or shown in fullscreen according to
+ // the preference's state. Only supported on Mac.
+ virtual void UpdateFullscreenToolbar();
// Returns true if the window is fullscreen with additional UI elements. See
// EnterFullscreen |with_toolbar|.

Powered by Google App Engine
This is Rietveld 408576698