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

Unified Diff: ash/common/system/date/tray_date.h

Issue 2455183002: Simplify layout of tray items and fix spacing for MD. (Closed)
Patch Set: more fixes Created 4 years, 2 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
Index: ash/common/system/date/tray_date.h
diff --git a/ash/common/system/date/tray_date.h b/ash/common/system/date/tray_date.h
index e062faea4938f993fae75cd49350625673cd7f5d..64f27c984faa08cc323d1b860867b6c9c403046d 100644
--- a/ash/common/system/date/tray_date.h
+++ b/ash/common/system/date/tray_date.h
@@ -68,8 +68,6 @@ class ASH_EXPORT TrayDate : public SystemTrayItem, public ClockObserver {
void OnSystemClockCanSetTimeChanged(bool can_set_time) override;
void Refresh() override;
- void SetupLabelForTimeTray(views::Label* label);
-
tray::TimeView* time_tray_;
DateDefaultView* default_view_;
LoginStatus login_status_;

Powered by Google App Engine
This is Rietveld 408576698