[M120][Tizen][Onscreen] Fix build errors for TV profile
[platform/framework/web/chromium-efl.git] / chrome / browser / fullscreen.h
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.
4
5 #ifndef CHROME_BROWSER_FULLSCREEN_H_
6 #define CHROME_BROWSER_FULLSCREEN_H_
7
8 #include <stdint.h>
9
10 #include "build/build_config.h"
11
12 // Safe to call from cross-platform code; implementation is different for each
13 // platform. Not implemented on Chrome OS.
14 bool IsFullScreenMode();
15
16 #endif  // CHROME_BROWSER_FULLSCREEN_H_