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

Unified Diff: ash/common/system/chromeos/screen_security/screen_tray_item.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/screen_security/screen_tray_item.h
diff --git a/ash/common/system/chromeos/screen_security/screen_tray_item.h b/ash/common/system/chromeos/screen_security/screen_tray_item.h
index 67a531eb33cb99ce6c5237410d794a4df80ae56d..66118f76b1380a266f28d3ed2f7e0a77effdd1ac 100644
--- a/ash/common/system/chromeos/screen_security/screen_tray_item.h
+++ b/ash/common/system/chromeos/screen_security/screen_tray_item.h
@@ -57,9 +57,6 @@ class ScreenStatusView : public views::View, public views::ButtonListener {
views::Label* label() { return label_; }
views::Button* stop_button() { return stop_button_; }
- // Overridden from views::View:
- void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
-
private:
// The controller for this view. May be null.
ScreenTrayItem* screen_tray_item_;
« no previous file with comments | « ash/common/system/chromeos/power/power_status_view.cc ('k') | ash/common/system/chromeos/screen_security/screen_tray_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698