Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Side by Side Diff: ash/common/frame/caption_buttons/caption_button_types.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ash/common/frame/OWNERS ('k') | ash/common/frame/caption_buttons/frame_caption_button.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2013 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.
4
5 #ifndef ASH_COMMON_FRAME_CAPTION_BUTTONS_CAPTION_BUTTON_TYPES_H_
6 #define ASH_COMMON_FRAME_CAPTION_BUTTONS_CAPTION_BUTTON_TYPES_H_
7
8 namespace ash {
9
10 // These are the icon types that a caption button can have. The size button's
11 // action (SnapType) can be different from its icon.
12 enum CaptionButtonIcon {
13 CAPTION_BUTTON_ICON_MINIMIZE,
14 CAPTION_BUTTON_ICON_MAXIMIZE_RESTORE,
15 CAPTION_BUTTON_ICON_CLOSE,
16 CAPTION_BUTTON_ICON_LEFT_SNAPPED,
17 CAPTION_BUTTON_ICON_RIGHT_SNAPPED,
18 CAPTION_BUTTON_ICON_BACK,
19 CAPTION_BUTTON_ICON_LOCATION,
20 CAPTION_BUTTON_ICON_COUNT
21 };
22
23 } // namespace ash
24
25 #endif // ASH_COMMON_FRAME_CAPTION_BUTTONS_CAPTION_BUTTON_TYPES_H_
OLDNEW
« no previous file with comments | « ash/common/frame/OWNERS ('k') | ash/common/frame/caption_buttons/frame_caption_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698