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

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

Issue 2063813002: mash: Move SystemTrayImage and TrayImageItem to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wmnotifier
Patch Set: rebase Created 4 years, 6 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
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_SYSTEM_TRAY_TRAY_UTILS_H_ 5 #ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_UTILS_H_
6 #define ASH_SYSTEM_TRAY_TRAY_UTILS_H_ 6 #define ASH_COMMON_SYSTEM_TRAY_TRAY_UTILS_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "ash/common/shelf/shelf_types.h" 10 #include "ash/common/shelf/shelf_types.h"
11 #include "base/strings/string16.h" 11 #include "base/strings/string16.h"
12 12
13 namespace views { 13 namespace views {
14 class Label; 14 class Label;
15 class View; 15 class View;
16 } 16 }
(...skipping 14 matching lines...) Expand all
31 void SetTrayLabelItemBorder(TrayItemView* tray_view, ShelfAlignment alignment); 31 void SetTrayLabelItemBorder(TrayItemView* tray_view, ShelfAlignment alignment);
32 32
33 // Computes an accessible label for this button based on all descendant view 33 // Computes an accessible label for this button based on all descendant view
34 // labels by concatenating them in depth-first order. 34 // labels by concatenating them in depth-first order.
35 void GetAccessibleLabelFromDescendantViews( 35 void GetAccessibleLabelFromDescendantViews(
36 views::View* view, 36 views::View* view,
37 std::vector<base::string16>& out_labels); 37 std::vector<base::string16>& out_labels);
38 38
39 } // namespace ash 39 } // namespace ash
40 40
41 #endif // ASH_SYSTEM_TRAY_TRAY_UTILS_H_ 41 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_UTILS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698