| Index: ash/common/system/chromeos/network/network_list_md.h
|
| diff --git a/ash/common/system/chromeos/network/network_list_md.h b/ash/common/system/chromeos/network/network_list_md.h
|
| index eff272cb9754d7b8a8e2ff62e8af1496768faec6..81ec2cc7e608c4e4b128af6730b12e8c8f025c4f 100644
|
| --- a/ash/common/system/chromeos/network/network_list_md.h
|
| +++ b/ash/common/system/chromeos/network/network_list_md.h
|
| @@ -76,7 +76,8 @@ class NetworkListViewMd : public NetworkListViewBase,
|
| void UpdateNetworkChild(int index, const NetworkInfo* info);
|
|
|
| // Reorders children of |container()| as necessary placing |view| at |index|.
|
| - void PlaceViewAtIndex(views::View* view, int index);
|
| + // When |is_header| is set, makes |view| a sticky header view.
|
| + void PlaceViewAtIndex(views::View* view, int index, bool is_header);
|
|
|
| // Creates a Label with text specified by |message_id| and adds it to
|
| // |container()| if necessary or updates the text and reorders the
|
|
|