blob: 88887651860d6b1939108b2407a949b904f10d73 [file] [log] [blame]
grtac8693582017-05-19 10:37:031// Copyright 2017 The Chromium Authors. All rights reserved.
[email protected]3c645372011-01-25 20:54:062// 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
grtac8693582017-05-19 10:37:037#include "ui/base/fullscreen_win.h"
[email protected]3c645372011-01-25 20:54:068
Evan Stade714657b2017-11-01 21:50:469bool IsFullScreenMode() {
grtac8693582017-05-19 10:37:0310 return ui::IsFullScreenMode();
[email protected]3c645372011-01-25 20:54:0611}