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

Unified Diff: ash/system/tiles/tiles_default_view.h

Issue 2884323002: Leave ChromeOS system menu open when toggling nightlight. (Closed)
Patch Set: fix messed up include Created 3 years, 7 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 | « no previous file | ash/system/tiles/tiles_default_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tiles/tiles_default_view.h
diff --git a/ash/system/tiles/tiles_default_view.h b/ash/system/tiles/tiles_default_view.h
index d3b1ff24538583774e5e4c91f12f7700f8e0b23f..41ddbef5599068a2945fbbd8c159e75aaa4aa44a 100644
--- a/ash/system/tiles/tiles_default_view.h
+++ b/ash/system/tiles/tiles_default_view.h
@@ -15,6 +15,7 @@ class CustomButton;
}
namespace ash {
+class SystemMenuButton;
class SystemTrayItem;
// The container view for the tiles in the bottom row of the system menu
@@ -48,7 +49,7 @@ class ASH_EXPORT TilesDefaultView : public views::View,
// which case the corresponding pointer will be null.
views::CustomButton* settings_button_;
views::CustomButton* help_button_;
- views::CustomButton* night_light_button_;
+ SystemMenuButton* night_light_button_;
views::CustomButton* lock_button_;
views::CustomButton* power_button_;
« no previous file with comments | « no previous file | ash/system/tiles/tiles_default_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698