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

Unified Diff: ash/shell.h

Issue 26692002: chromeos: More power-related cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index f04c5113798fab5af873ef6d206329f9b26809c2..a72826cc7ee4f8189d7d5d4fb3c1c65310de7a3e 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -122,6 +122,7 @@ class LocaleNotificationController;
class MouseCursorEventFilter;
class OutputConfiguratorAnimation;
class OverlayEventFilter;
+class PowerEventObserver;
class ResizeShadowController;
class ResolutionNotificationController;
class RootWindowController;
@@ -129,7 +130,6 @@ class ScopedTargetRootWindow;
class ScreenPositionController;
class SlowAnimationEventFilter;
class StatusAreaWidget;
-class SuspendObserver;
class SystemGestureEventFilter;
class SystemModalContainerEventFilter;
class TouchObserverHUD;
@@ -626,7 +626,7 @@ class ASH_EXPORT Shell
locale_notification_controller_;
#if defined(OS_CHROMEOS)
- scoped_ptr<internal::SuspendObserver> suspend_observer_;
+ scoped_ptr<internal::PowerEventObserver> power_event_observer_;
scoped_ptr<internal::UserActivityNotifier> user_activity_notifier_;
scoped_ptr<internal::VideoActivityNotifier> video_activity_notifier_;
#if defined(USE_X11)
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell.cc » ('j') | chrome/browser/chromeos/power/brightness_observer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698