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

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 c6047ea003b4f007fa34a3f257e581027b3e1314..5ed4cd79a91721cf62c375ceaca71c194447c3e5 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -103,6 +103,7 @@ class ActivationController;
class AppListController;
class CaptureController;
class DisplayChangeObserverX11;
+class DisplayErrorObserver;
class DisplayManager;
class DragDropController;
class EventClientImpl;
@@ -434,6 +435,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() {
@@ -579,6 +583,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