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

Unified Diff: ash/shell.h

Issue 2921973002: Hide Night Light behind a flag (Closed)
Patch Set: James' comments 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 | « ash/ash_switches.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index f4aa13a9d688aa1a1955cf3004a27b9164b5c23e..4d5e9c36b887045b055e884de0b9bfeed0edcbad 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -337,9 +337,7 @@ class ASH_EXPORT Shell : public SessionObserver,
NewWindowController* new_window_controller() {
return new_window_controller_.get();
}
- NightLightController* night_light_controller() {
- return night_light_controller_.get();
- }
+ NightLightController* night_light_controller();
SessionController* session_controller() { return session_controller_.get(); }
ShelfController* shelf_controller() { return shelf_controller_.get(); }
ShelfModel* shelf_model();
« no previous file with comments | « ash/ash_switches.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698