| Index: ash/system/user/user_card_view.h
|
| diff --git a/ash/system/user/user_card_view.h b/ash/system/user/user_card_view.h
|
| index e7a4d9acc219cd7948492787440c6043099b44cb..eec67cf4f0ad30bc5061a4817c53ea7886b41471 100644
|
| --- a/ash/system/user/user_card_view.h
|
| +++ b/ash/system/user/user_card_view.h
|
| @@ -23,9 +23,6 @@ class UserCardView : public views::View {
|
| ~UserCardView() override;
|
|
|
| private:
|
| - // Creates the content for the retail logged in mode.
|
| - void AddRetailModeUserContent();
|
| -
|
| // Creates the content for the public mode.
|
| void AddPublicModeUserContent(int max_width);
|
|
|
|
|