blob: bbb639ca91ea5b21950b34b9376095d2226f8090 [file] [log] [blame]
// Copyright 2013 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.
#ifndef UI_VIEWS_WINDOW_FRAME_BUTTONS_H_
#define UI_VIEWS_WINDOW_FRAME_BUTTONS_H_
namespace views {
// Identifies what a button in a window frame is.
enum class FrameButton { kMinimize, kMaximize, kClose };
} // namespace views
#endif // UI_VIEWS_WINDOW_FRAME_BUTTONS_H_