// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_VIEWS_WINDOW_CAPTION_BUTTON_TYPES_H_ #define UI_VIEWS_WINDOW_CAPTION_BUTTON_TYPES_H_ namespace views { // These are the icon types that a caption button can have. The size button's // action (SnapType) can be different from its icon. enum CaptionButtonIcon { … }; } // namespace views #endif // UI_VIEWS_WINDOW_CAPTION_BUTTON_TYPES_H_