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

Unified Diff: ash/common/system/chromeos/supervised/tray_supervised_user.h

Issue 2715463004: Remove non-MD code from LabelTrayView (Closed)
Patch Set: estade comments 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 side-by-side diff with in-line comments
Download patch
Index: ash/common/system/chromeos/supervised/tray_supervised_user.h
diff --git a/ash/common/system/chromeos/supervised/tray_supervised_user.h b/ash/common/system/chromeos/supervised/tray_supervised_user.h
index a066fe869a9268e1791ccd9468d88dac4b5eddbb..1fcc831aceae4f272b5ccc8509191fe448001bf3 100644
--- a/ash/common/system/chromeos/supervised/tray_supervised_user.h
+++ b/ash/common/system/chromeos/supervised/tray_supervised_user.h
@@ -12,6 +12,10 @@
#include "base/macros.h"
#include "base/strings/string16.h"
+namespace gfx {
+struct VectorIcon;
+} // namespace gfx
+
namespace ash {
class LabelTrayView;
class SystemTray;
@@ -47,7 +51,7 @@ class ASH_EXPORT TraySupervisedUser : public SystemTrayItem,
void CreateOrUpdateSupervisedWarningNotification();
- int GetSupervisedUserIconId() const;
+ const gfx::VectorIcon& GetSupervisedUserIcon() const;
LabelTrayView* tray_view_;

Powered by Google App Engine
This is Rietveld 408576698