| 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 bc1b49a89a0e2c6d36f5204a2072a3e622f86cad..8ec3c3a03c8e5c1bcea07b5036a476678960b021 100644
|
| --- a/ash/common/system/tray/tray_popup_utils.h
|
| +++ b/ash/common/system/tray/tray_popup_utils.h
|
| @@ -110,6 +110,9 @@ class TrayPopupUtils {
|
| // Sets up |view| to be a sticky header in a tray detail scroll view.
|
| static void ConfigureAsStickyHeader(views::View* view);
|
|
|
| + // Configures a |view| to have a visible separator below.
|
| + static void ShowStickyHeaderSeparator(views::View* view, bool show_separator);
|
| +
|
| // Configures |container_view| just like CreateDefaultRowView() would
|
| // configure |container| on its returned TriView. To be used when mutliple
|
| // targetable areas are required within a single row.
|
|
|