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

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

Issue 2661023006: Remove unused references to NativeTheme in TrayPopupItemStyle. (Closed)
Patch Set: slight improvement Created 3 years, 11 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/chromeos/tray_tracing.cc ('k') | ash/common/system/date/date_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/date/date_view.h
diff --git a/ash/common/system/date/date_view.h b/ash/common/system/date/date_view.h
index e9dbd10e5c0e26464a0301855b8ed3249c291d63..39d7afa67a5d3ae142719c91ea82caf9df53b614 100644
--- a/ash/common/system/date/date_view.h
+++ b/ash/common/system/date/date_view.h
@@ -87,9 +87,6 @@ class ASH_EXPORT DateView : public BaseDateTimeView {
// Sets active rendering state and updates the color of |date_label_|.
void SetActive(bool active);
- // Updates the style of |date_label_| based on the current native theme.
- void UpdateStyle();
-
// BaseDateTimeView:
void UpdateTextInternal(const base::Time& now) override;
@@ -100,7 +97,6 @@ class ASH_EXPORT DateView : public BaseDateTimeView {
void OnMouseEntered(const ui::MouseEvent& event) override;
void OnMouseExited(const ui::MouseEvent& event) override;
void OnGestureEvent(ui::GestureEvent* event) override;
- void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
views::Label* date_label_;
« no previous file with comments | « ash/common/system/chromeos/tray_tracing.cc ('k') | ash/common/system/date/date_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698