[email protected] | 3c64537 | 2011-01-25 20:54:06 | [diff] [blame] | 1 | // 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] | 3c64537 | 2011-01-25 20:54:06 | [diff] [blame] | 7 | |
warx | e058d07 | 2016-12-07 22:36:14 | [diff] [blame] | 8 | #include <stdint.h> |
9 | |||||
[email protected] | 3c64537 | 2011-01-25 20:54:06 | [diff] [blame] | 10 | #include "build/build_config.h" |
11 | |||||
Evan Stade | 714657b | 2017-11-01 21:50:46 | [diff] [blame] | 12 | // Safe to call from cross-platform code; implementation is different for each |
13 | // platform. Not implemented on Chrome OS. | ||||
14 | bool IsFullScreenMode(); | ||||
[email protected] | 3c64537 | 2011-01-25 20:54:06 | [diff] [blame] | 15 | |
[email protected] | 3c64537 | 2011-01-25 20:54:06 | [diff] [blame] | 16 | #endif // CHROME_BROWSER_FULLSCREEN_H_ |