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

Unified Diff: ash/shell.h

Issue 214693010: Remove USE_X11==1 check when including OutputConfigurator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 9 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/display/display_manager.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 b98378d26e4be872f1e152da2a378265036a5b37..1f511db436fbf81cfc344bdddd8e7017b4dad195 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -501,7 +501,6 @@ class ASH_EXPORT Shell
void DoInitialWorkspaceAnimation();
#if defined(OS_CHROMEOS)
-#if defined(USE_X11)
// TODO(oshima): Move these objects to DisplayController.
ui::OutputConfigurator* output_configurator() {
return output_configurator_.get();
@@ -512,7 +511,6 @@ class ASH_EXPORT Shell
internal::DisplayErrorObserver* display_error_observer() {
return display_error_observer_.get();
}
-#endif // defined(USE_X11)
internal::ResolutionNotificationController*
resolution_notification_controller() {
@@ -712,7 +710,6 @@ class ASH_EXPORT Shell
logout_confirmation_controller_;
scoped_ptr<internal::LastWindowClosedLogoutReminder>
last_window_closed_logout_reminder_;
-#if defined(USE_X11)
// Controls video output device state.
scoped_ptr<ui::OutputConfigurator> output_configurator_;
scoped_ptr<internal::OutputConfiguratorAnimation>
@@ -723,6 +720,7 @@ class ASH_EXPORT Shell
// Listens for output changes and updates the display manager.
scoped_ptr<internal::DisplayChangeObserver> display_change_observer_;
+#if defined(USE_X11)
scoped_ptr<ui::EventHandler> magnifier_key_scroll_handler_;
scoped_ptr<ui::EventHandler> speech_feedback_handler_;
#endif // defined(USE_X11)
« no previous file with comments | « ash/display/display_manager.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698