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

Unified Diff: ash/system/tray/tray_popup_item_style.h

Issue 2957043002: Add a row in the network tray to inform users to turn Bluetooth on to enable Tether. (Closed)
Patch Set: added actions and slightly refactored the infolabel class Created 3 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 side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698