blob: a30bf0d9657f0b5d7ef845b302851450e0d63024 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
version
major 1
minor 0
domain WindowManager
# Enter the overview mode.
command enterOverviewMode
# Exit the overview mode.
command exitOverviewMode
|