| Index: ash/system/tray/tray_popup_item_style.h
|
| diff --git a/ash/system/tray/tray_popup_item_style.h b/ash/system/tray/tray_popup_item_style.h
|
| index 36c017eea942f7142515340c07099fd0ab02b77a..1a75dc9b1c478a89dc532948081f6f2c373eb668 100644
|
| --- a/ash/system/tray/tray_popup_item_style.h
|
| +++ b/ash/system/tray/tray_popup_item_style.h
|
| @@ -44,6 +44,8 @@ class TrayPopupItemStyle {
|
| // System information text (e.g. date/time, battery status, "Scanning for
|
| // devices..." seen in the Bluetooth detailed view, etc).
|
| SYSTEM_INFO,
|
| + // System information text within a clickable row.
|
| + CLICKABLE_SYSTEM_INFO,
|
| // Child buttons within rows that have a visible border (e.g. Cast's
|
| // "Stop", etc).
|
| BUTTON,
|
|
|