diff options
author | spqchan <spqchan@chromium.org> | 2016-02-04 16:59:18 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-05 01:00:37 +0000 |
commit | cae22576c51838b5c32a2d489e8c6187dc3c451f (patch) | |
tree | 5c3b91c77d54cb50a4c9bfe8686799e0de7f1673 /chrome/browser/ui/exclusive_access/exclusive_access_context.h | |
parent | 03b7a204fceb8948d84e36e66b26b9a447a2f51f (diff) | |
download | chromium_src-cae22576c51838b5c32a2d489e8c6187dc3c451f.zip chromium_src-cae22576c51838b5c32a2d489e8c6187dc3c451f.tar.gz chromium_src-cae22576c51838b5c32a2d489e8c6187dc3c451f.tar.bz2 |
Preference for Presentation Mode/Fullscreen Toolbar
Fixes the issue with the test on 10.10 for the commit: https://chromium.googlesource.com/chromium/src/+/048c293643242dc0357c8bc8651d1c251559a400
BUG=544307
Review URL: https://codereview.chromium.org/1650713003
Cr-Commit-Position: refs/heads/master@{#373695}
Diffstat (limited to 'chrome/browser/ui/exclusive_access/exclusive_access_context.h')
-rw-r--r-- | chrome/browser/ui/exclusive_access/exclusive_access_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_context.h b/chrome/browser/ui/exclusive_access/exclusive_access_context.h index 63f10be9..6aedf486 100644 --- a/chrome/browser/ui/exclusive_access/exclusive_access_context.h +++ b/chrome/browser/ui/exclusive_access/exclusive_access_context.h @@ -37,8 +37,8 @@ class ExclusiveAccessContext { // Currently only supported on Mac. virtual void UpdateFullscreenWithToolbar(bool with_toolbar); - // Toggles the toolbar state to be hidden or shown in fullscreen. - // Currently only supported on Mac. + // Toggles the toolbar state to be hidden or shown in fullscreen. Updates + // the preference accordingly. Only supported on Mac. virtual void ToggleFullscreenToolbar(); // Returns true if the window is fullscreen with additional UI elements. See |