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

Unified Diff: ash/shell.h

Issue 12212171: Provides more types of errors for output status. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index d57f519c1fe699be6beddbb012813f217842f795..240d838f04294b0b4f394f749f1faaff4df36b13 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -101,6 +101,7 @@ class ActivationController;
class AppListController;
class CaptureController;
class DisplayChangeObserverX11;
+class DisplayErrorObserver;
class DisplayManager;
class DragDropController;
class EventClientImpl;
@@ -433,6 +434,9 @@ class ASH_EXPORT Shell
internal::OutputConfiguratorAnimation* output_configurator_animation() {
return output_configurator_animation_.get();
}
+ internal::DisplayErrorObserver* display_error_observer() {
+ return display_error_observer_.get();
+ }
#endif // defined(OS_CHROMEOS)
RootWindowHostFactory* root_window_host_factory() {
@@ -578,6 +582,7 @@ class ASH_EXPORT Shell
scoped_ptr<chromeos::OutputConfigurator> output_configurator_;
scoped_ptr<internal::OutputConfiguratorAnimation>
output_configurator_animation_;
+ scoped_ptr<internal::DisplayErrorObserver> display_error_observer_;
// Receives output change events and udpates the display manager.
scoped_ptr<internal::DisplayChangeObserverX11> display_change_observer_;

Powered by Google App Engine
This is Rietveld 408576698