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

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

Issue 2829763002: [Ash] Remove HoverHighlightView::AddLabelDeprecated() (Closed)
Patch Set: Created 3 years, 8 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_popup_item_style.h ('k') | ash/system/tray/tray_popup_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_popup_utils.h
diff --git a/ash/system/tray/tray_popup_utils.h b/ash/system/tray/tray_popup_utils.h
index a8390617346abd5b25921cf8d6c5338143c7e852..d674034c8b8e9384d5e47dcfcc3440aa56f77191 100644
--- a/ash/system/tray/tray_popup_utils.h
+++ b/ash/system/tray/tray_popup_utils.h
@@ -62,6 +62,13 @@ class TrayPopupUtils {
// flexible width.
static TriView* CreateSubHeaderRowView();
+ // Creates a view containing only a label (corresponding to |message_id|),
+ // which is to be inserted as a non-targetable row within a system menu
+ // detailed view (e.g., the "Scanning for devices..." message that can appear
+ // at the top of the Bluetooth detailed view). The caller takes over ownership
+ // of the created view.
+ static views::View* CreateInfoLabelRowView(int message_id);
+
// Creates a container view to be used by system menu rows that want to embed
// a targetable area within one (or more) of the containers OR by any row
// that requires a non-default layout within the container views. The returned
« no previous file with comments | « ash/system/tray/tray_popup_item_style.h ('k') | ash/system/tray/tray_popup_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698