1 // Copyright 2015 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.
5 #ifndef WebDisplayMode_h
6 #define WebDisplayMode_h
10 // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.blink_public.platform
11 // GENERATED_JAVA_PREFIX_TO_STRIP: WebDisplayMode
13 WebDisplayModeUndefined
, // User for override setting (ie. not set).
14 WebDisplayModeBrowser
,
15 WebDisplayModeMinimalUi
,
16 WebDisplayModeStandalone
,
17 WebDisplayModeFullscreen
,
18 WebDisplayModeLast
= WebDisplayModeFullscreen
23 #endif // WebDisplayMode_h