| Index: ash/common/system/user/user_card_view.h
|
| diff --git a/ash/common/system/user/user_card_view.h b/ash/common/system/user/user_card_view.h
|
| index dcb806888a00c554718ccea236788779fd1107cb..9aea6af392ad2e2adb1b4df7fbac55221aed1486 100644
|
| --- a/ash/common/system/user/user_card_view.h
|
| +++ b/ash/common/system/user/user_card_view.h
|
| @@ -29,7 +29,10 @@ class UserCardView : public views::View {
|
| // Creates the content for the public mode.
|
| void AddPublicModeUserContent(int max_width);
|
|
|
| - void AddUserContent(LoginStatus login_status, int user_index);
|
| + void AddUserContent(LoginStatus login_status);
|
| + void AddUserContentMd(LoginStatus login_status);
|
| +
|
| + int user_index_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UserCardView);
|
| };
|
|
|