Index: ash/system/tray/hover_highlight_view.h |
diff --git a/ash/system/tray/hover_highlight_view.h b/ash/system/tray/hover_highlight_view.h |
index 4283c53564bc08ca77774cdbf58cc8bc48c0eaa2..079b1eedb5a528cb721331060b5d9dcf92b95338 100644 |
--- a/ash/system/tray/hover_highlight_view.h |
+++ b/ash/system/tray/hover_highlight_view.h |
@@ -69,8 +69,8 @@ class HoverHighlightView : public ActionableView { |
// Hide or show the right view. |
void SetRightViewVisible(bool visible); |
- // Sets text for the sub label. Precondition for this function is that |
- // |text_label_| is non-null. |
+ // Sets text for the sub label if |sub-text| is non-empty. Precondition for |
+ // this function is that |text_label_| is non-null. |
void SetSubText(const base::string16& sub_text); |
// Allows view to expand its height. Size of unexapandable view is fixed and |