Index: ash/system/tray/tray_item_more.h |
diff --git a/ash/system/tray/tray_item_more.h b/ash/system/tray/tray_item_more.h |
index ca20f452e66b238afe8926da0eb224966393fd5b..4a7db9146e1f24ba19f080b7bd512e16ebf19d76 100644 |
--- a/ash/system/tray/tray_item_more.h |
+++ b/ash/system/tray/tray_item_more.h |
@@ -27,6 +27,8 @@ class TrayItemMore : public ActionableView { |
TrayItemMore(SystemTrayItem* owner, bool show_more); |
virtual ~TrayItemMore(); |
+ SystemTrayItem* owner() const { return owner_; } |
+ |
void SetLabel(const string16& label); |
void SetImage(const gfx::ImageSkia* image_skia); |
void SetAccessibleName(const string16& name); |