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

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

Issue 2465403002: Some more fixes to cros system tray icons (esp. screen tray items) (Closed)
Patch Set: commentary 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/tray/tray_item_view.cc ('k') | no next file » | 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 89e2757300a82e50faa3141944eefbb37e47baff..6255060d3cb20dbc178368c45790b1d48da3bbdd 100644
--- a/ash/common/system/user/tray_user_separator.h
+++ b/ash/common/system/user/tray_user_separator.h
@@ -25,11 +25,7 @@ class ASH_EXPORT TrayUserSeparator : public SystemTrayItem {
private:
// Overridden from SystemTrayItem.
views::View* CreateDefaultView(LoginStatus status) override;
- void DestroyTrayView() override {}
void DestroyDefaultView() override;
- void DestroyDetailedView() override {}
- void UpdateAfterLoginStatusChange(LoginStatus status) override {}
- void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) override {}
// True if the separator gets shown.
bool separator_shown_;
« no previous file with comments | « ash/common/system/tray/tray_item_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698