Index: ui/display/chromeos/display_configurator.h |
diff --git a/ui/display/chromeos/display_configurator.h b/ui/display/chromeos/display_configurator.h |
index f4b10d0904ef92503900df84e4b489193e162be2..9c4877f99ef96ba1970206adc85d12d65d1b1f71 100644 |
--- a/ui/display/chromeos/display_configurator.h |
+++ b/ui/display/chromeos/display_configurator.h |
@@ -145,6 +145,14 @@ class DISPLAY_EXPORT DisplayConfigurator : public NativeDisplayObserver { |
return cached_displays_; |
} |
+ // Called when an external process no longer needs to control the display |
+ // and chrome and take control. |
Daniel Erat
2014/11/04 15:18:50
is the "and" here supposed to be "can"?
nit: s/ch
dsodman
2014/11/04 16:35:05
Done.
|
+ void TakeControl(); |
+ |
+ // Called when an external process needs to control the display and thus |
+ // chrome should relinquish it. |
Daniel Erat
2014/11/04 15:18:50
nit: s/chrome/Chrome/
dsodman
2014/11/04 16:35:05
Done.
|
+ void RelinquishControl(); |
+ |
void set_state_controller(StateController* controller) { |
state_controller_ = controller; |
} |