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

Unified Diff: ash/shell.h

Issue 910393002: Disable rendering when suspending on chrome os (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up comments Created 5 years, 10 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/chromeos/power/power_event_observer.h » ('j') | ui/compositor/compositor.h » ('J')
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 155d33947de370ec3634c10be1bb426357eb02b6..8ffaf0da305432a6f46c17951c24923b445771bd 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -360,6 +360,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
PowerButtonController* power_button_controller() {
return power_button_controller_.get();
}
+ PowerEventObserver* power_event_observer() {
+ return power_event_observer_.get();
+ }
LockStateController* lock_state_controller() {
return lock_state_controller_.get();
}
« no previous file with comments | « no previous file | ash/system/chromeos/power/power_event_observer.h » ('j') | ui/compositor/compositor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698