blob: a33dc291a31b0cd36784d230f3f253f14a9b74f0 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/dtapuska/fullscreen
enum FullscreenNavigationUI {
"auto",
"show",
"hide"
};
dictionary FullscreenOptions {
[RuntimeEnabled=FullscreenOptions] FullscreenNavigationUI navigationUI = "auto";
};