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

Side by Side Diff: ash/common/system/tray/tray_utils.h

Issue 2750263002: Remove ash tray utility functions that are no-ops in MD. (Closed)
Patch Set: 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/system/tray/tray_image_item.cc ('k') | ash/common/system/tray/tray_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_SYSTEM_TRAY_TRAY_UTILS_H_ 5 #ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_UTILS_H_
6 #define ASH_COMMON_SYSTEM_TRAY_TRAY_UTILS_H_ 6 #define ASH_COMMON_SYSTEM_TRAY_TRAY_UTILS_H_
7 7
8 #include <vector>
9
10 #include "ash/public/cpp/shelf_types.h"
11 #include "base/strings/string16.h"
12
13 namespace views { 8 namespace views {
14 class Label; 9 class Label;
15 class View;
16 } 10 }
17 11
18 namespace ash { 12 namespace ash {
19 13
20 class TrayItemView;
21
22 // Sets up a Label properly for the tray (sets color, font etc.). 14 // Sets up a Label properly for the tray (sets color, font etc.).
23 void SetupLabelForTray(views::Label* label); 15 void SetupLabelForTray(views::Label* label);
24 16
25 // TODO(jennyz): refactor these two functions to SystemTrayItem.
26 // Sets the empty border of an image tray item for adjusting the space
27 // around it.
28 void SetTrayImageItemBorder(views::View* tray_view, ShelfAlignment alignment);
29 // Sets the empty border around a label tray item for adjusting the space
30 // around it.
31 void SetTrayLabelItemBorder(TrayItemView* tray_view, ShelfAlignment alignment);
32
33 } // namespace ash 17 } // namespace ash
34 18
35 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_UTILS_H_ 19 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_UTILS_H_
OLDNEW
« no previous file with comments | « ash/common/system/tray/tray_image_item.cc ('k') | ash/common/system/tray/tray_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698