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

Side by Side Diff: ash/common/wm_window_property.h

Issue 2558963002: Move shelf item tooltip flag from delegate to item. (Closed)
Patch Set: Cleanup Created 4 years 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_COMMON_WM_WINDOW_PROPERTY_H_ 5 #ifndef ASH_COMMON_WM_WINDOW_PROPERTY_H_
6 #define ASH_COMMON_WM_WINDOW_PROPERTY_H_ 6 #define ASH_COMMON_WM_WINDOW_PROPERTY_H_
7 7
8 namespace ash { 8 namespace ash {
9 9
10 // See ui/aura/client/aura_constants.h for some more detailed descriptions. 10 // See ui/aura/client/aura_constants.h for some more detailed descriptions.
(...skipping 29 matching lines...) Expand all
40 SNAP_CHILDREN_TO_PIXEL_BOUNDARY, 40 SNAP_CHILDREN_TO_PIXEL_BOUNDARY,
41 41
42 // Type SkColor. See aura::client::kTopViewColor for details. 42 // Type SkColor. See aura::client::kTopViewColor for details.
43 TOP_VIEW_COLOR, 43 TOP_VIEW_COLOR,
44 44
45 // Type int. See aura::client::kTopViewInset for details. 45 // Type int. See aura::client::kTopViewInset for details.
46 TOP_VIEW_INSET, 46 TOP_VIEW_INSET,
47 47
48 // Type ImageSkia. 48 // Type ImageSkia.
49 WINDOW_ICON, 49 WINDOW_ICON,
50
51 // Type bool. See ash::kPanelAttachedKey for details.
52 PANEL_ATTACHED,
sky 2016/12/08 00:38:54 optional: keep sorted (but really not that importa
msw 2016/12/08 20:31:36 Done.
50 }; 53 };
51 54
52 } // namespace ash 55 } // namespace ash
53 56
54 #endif // ASH_COMMON_WM_WINDOW_PROPERTY_H_ 57 #endif // ASH_COMMON_WM_WINDOW_PROPERTY_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698