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

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

Issue 2461693003: MD cros - Fix padding in system tray (Closed)
Patch Set: nit + rebase Created 4 years, 1 month 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.cc ('k') | ash/common/system/user/tray_user_separator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/user/tray_user_separator.h
diff --git a/ash/common/system/user/tray_user_separator.h b/ash/common/system/user/tray_user_separator.h
index ba7d747333a9a52dfb88be1eaa96c11ac4893c31..89e2757300a82e50faa3141944eefbb37e47baff 100644
--- a/ash/common/system/user/tray_user_separator.h
+++ b/ash/common/system/user/tray_user_separator.h
@@ -24,9 +24,7 @@ class ASH_EXPORT TrayUserSeparator : public SystemTrayItem {
private:
// Overridden from SystemTrayItem.
- views::View* CreateTrayView(LoginStatus status) override;
views::View* CreateDefaultView(LoginStatus status) override;
- views::View* CreateDetailedView(LoginStatus status) override;
void DestroyTrayView() override {}
void DestroyDefaultView() override;
void DestroyDetailedView() override {}
« no previous file with comments | « ash/common/system/user/tray_user.cc ('k') | ash/common/system/user/tray_user_separator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698