1 // Copyright 2011 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_FULLSCREEN_H_
6 #define CHROME_BROWSER_FULLSCREEN_H_
10 #include "build/build_config.h"
12 // Safe to call from cross-platform code; implementation is different for each
13 // platform. Not implemented on Chrome OS.
14 bool IsFullScreenMode();
16 #endif // CHROME_BROWSER_FULLSCREEN_H_