Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2500)

Unified Diff: ash/common/system/user/user_card_view.h

Issue 2678353005: Remove pre-MD code related to tray/menu user profiles. (Closed)
Patch Set: back out a11y changes and rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/system/user/tray_user_separator.cc ('k') | ash/common/system/user/user_card_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b64553f2a297939466c00625a3f38620b5a8ebb2..fa20e0a30dd5481bc5faf1e5241e4160837bae53 100644
--- a/ash/common/system/user/user_card_view.h
+++ b/ash/common/system/user/user_card_view.h
@@ -41,8 +41,7 @@ class UserCardView : public views::View, public MediaCaptureObserver {
// Creates the content for the public mode.
void AddPublicModeUserContent(int max_width);
- void AddUserContent(LoginStatus login_status);
- void AddUserContentMd(views::BoxLayout* layout, LoginStatus login_status);
+ void AddUserContent(views::BoxLayout* layout, LoginStatus login_status);
bool is_active_user() const { return !user_index_; }
« no previous file with comments | « ash/common/system/user/tray_user_separator.cc ('k') | ash/common/system/user/user_card_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698