blob: 5738d7d76633aa01d28b2daea42ee3e8a1480fe6 [file] [log] [blame]
[email protected]3c645372011-01-25 20:54:061// Copyright (c) 2011 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_FULLSCREEN_H_
6#define CHROME_BROWSER_FULLSCREEN_H_
[email protected]3c645372011-01-25 20:54:067
warxe058d072016-12-07 22:36:148#include <stdint.h>
9
[email protected]3c645372011-01-25 20:54:0610#include "build/build_config.h"
11
Evan Stade714657b2017-11-01 21:50:4612// Safe to call from cross-platform code; implementation is different for each
13// platform. Not implemented on Chrome OS.
14bool IsFullScreenMode();
[email protected]3c645372011-01-25 20:54:0615
[email protected]3c645372011-01-25 20:54:0616#endif // CHROME_BROWSER_FULLSCREEN_H_