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

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: changed message ids to actual string names Created 3 years, 5 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
« no previous file with comments | « ash/system/tray/tray_info_label_unittest.cc ('k') | ash/system/tray/tray_popup_item_style.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ash/system/tray/tray_info_label_unittest.cc ('k') | ash/system/tray/tray_popup_item_style.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698