grt | ac869358 | 2017-05-19 10:37:03 | [diff] [blame] | 1 | // Copyright 2017 The Chromium Authors. All rights reserved. |
[email protected] | 3c64537 | 2011-01-25 20:54:06 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include "chrome/browser/fullscreen.h" | ||||
6 | |||||
grt | ac869358 | 2017-05-19 10:37:03 | [diff] [blame] | 7 | #include "ui/base/fullscreen_win.h" |
[email protected] | 3c64537 | 2011-01-25 20:54:06 | [diff] [blame] | 8 | |
Evan Stade | 714657b | 2017-11-01 21:50:46 | [diff] [blame] | 9 | bool IsFullScreenMode() { |
grt | ac869358 | 2017-05-19 10:37:03 | [diff] [blame] | 10 | return ui::IsFullScreenMode(); |
[email protected] | 3c64537 | 2011-01-25 20:54:06 | [diff] [blame] | 11 | } |