diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-08 19:17:19 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-08 19:17:19 +0000 |
commit | 5c04d3a953f95665b448a6d74fee79c22ac9d375 (patch) | |
tree | 4de5e4c5ffcc2158df3bef177529dd421d710f2c /ash/shell.h | |
parent | 00016895fdcf0a081d812369c13ae5b9a9f7f04f (diff) | |
download | chromium_src-5c04d3a953f95665b448a6d74fee79c22ac9d375.zip chromium_src-5c04d3a953f95665b448a6d74fee79c22ac9d375.tar.gz chromium_src-5c04d3a953f95665b448a6d74fee79c22ac9d375.tar.bz2 |
Revert r227544, "chromeos: Move several power-related ..."
This broke the ASAN builders.
BUG=none
TBR=oshima@chromium.org
Review URL: https://codereview.chromium.org/26561002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227562 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/ash/shell.h b/ash/shell.h index f04c511..0c8d7dd 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -129,12 +129,9 @@ class ScopedTargetRootWindow; class ScreenPositionController; class SlowAnimationEventFilter; class StatusAreaWidget; -class SuspendObserver; class SystemGestureEventFilter; class SystemModalContainerEventFilter; class TouchObserverHUD; -class UserActivityNotifier; -class VideoActivityNotifier; } namespace shell { @@ -625,11 +622,7 @@ class ASH_EXPORT Shell scoped_ptr<internal::LocaleNotificationController> locale_notification_controller_; -#if defined(OS_CHROMEOS) - scoped_ptr<internal::SuspendObserver> suspend_observer_; - scoped_ptr<internal::UserActivityNotifier> user_activity_notifier_; - scoped_ptr<internal::VideoActivityNotifier> video_activity_notifier_; -#if defined(USE_X11) +#if defined(OS_CHROMEOS) && defined(USE_X11) // Controls video output device state. scoped_ptr<chromeos::OutputConfigurator> output_configurator_; scoped_ptr<internal::OutputConfiguratorAnimation> @@ -638,8 +631,7 @@ class ASH_EXPORT Shell // Listens for output changes and updates the display manager. scoped_ptr<internal::DisplayChangeObserver> display_change_observer_; -#endif // defined(USE_X11) -#endif // defined(OS_CHROMEOS) +#endif // defined(OS_CHROMEOS) && defined(USE_X11) scoped_ptr<internal::ResolutionNotificationController> resolution_notification_controller_; |