| 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 a48cc78a51f8843685bdd1f063e04c4f6509cf6a..2936caee635d50fa0982f4b8675baf670b4ef0e9 100644
|
| --- a/ash/common/system/tray/tray_popup_utils.h
|
| +++ b/ash/common/system/tray/tray_popup_utils.h
|
| @@ -85,6 +85,9 @@ class TrayPopupUtils {
|
| // with a FillLayout.
|
| static views::Slider* CreateSlider(views::SliderListener* listener);
|
|
|
| + // Sets up |view| to be a sticky header in a tray detail scroll view.
|
| + static void ConfigureAsStickyHeader(views::View* view);
|
| +
|
| // 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.
|
|
|