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

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

Issue 2530763002: [ash-md] Adjusts layout of lists with sticky header rows to match specs (Closed)
Patch Set: [ash-md] Adjusts layout of lists with sticky header rows to match specs (rebased) Created 4 years, 1 month 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/common/system/tray/tray_popup_utils.h
diff --git a/ash/common/system/tray/tray_popup_utils.h b/ash/common/system/tray/tray_popup_utils.h
index f299257ee667063dad8c5dd2eccd8bc11c47e1b8..7a46f68fe517c3806b13f4074742bb0fe205207a 100644
--- a/ash/common/system/tray/tray_popup_utils.h
+++ b/ash/common/system/tray/tray_popup_utils.h
@@ -168,6 +168,11 @@ class TrayPopupUtils {
// ownership of the returned separator.
static views::Separator* CreateListItemSeparator(bool left_inset);
+ // Creates and returns a horizontal separator line to be drawn between rows
+ // in a detailed view above the header rows. Caller assumes ownership of the
tdanderson 2016/11/24 23:37:54 nit: "above the sub-header rows". I would also pre
varkha 2016/11/28 17:14:39 Done.
+ // returned separator.
+ static views::Separator* CreateListHeaderSeparator();
+
// Returns true if it is possible to open WebUI settings in a browser window,
// i.e., the user is logged in, not on the lock screen, and not in a secondary
// account flow.

Powered by Google App Engine
This is Rietveld 408576698