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

Unified Diff: ash/common/system/chromeos/power/power_status_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
Index: ash/common/system/chromeos/power/power_status_view.h
diff --git a/ash/common/system/chromeos/power/power_status_view.h b/ash/common/system/chromeos/power/power_status_view.h
index a9bd8daad8eb6858b6eacadda153cfedc31cb151..1cd5cee9ac3bdda601bdbc68555687badb33f699 100644
--- a/ash/common/system/chromeos/power/power_status_view.h
+++ b/ash/common/system/chromeos/power/power_status_view.h
@@ -26,7 +26,6 @@ class ASH_EXPORT PowerStatusView : public views::View,
// views::View:
void Layout() override;
- void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
// PowerStatus::Observer:
@@ -37,7 +36,6 @@ class ASH_EXPORT PowerStatusView : public views::View,
void LayoutView();
void UpdateText();
- void UpdateStyle();
// views::View:
void ChildPreferredSizeChanged(views::View* child) override;
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tray.cc ('k') | ash/common/system/chromeos/power/power_status_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698