| Index: chromeos/display/output_configurator.h
|
| diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h
|
| index 6e25b4d953eb2c6912541ce5f58b219957c1a7ca..704d23670cd55fc1deb57b350f2a061b4bed9993 100644
|
| --- a/chromeos/display/output_configurator.h
|
| +++ b/chromeos/display/output_configurator.h
|
| @@ -347,8 +347,9 @@ class CHROMEOS_EXPORT OutputConfigurator
|
| // Configure outputs.
|
| void ConfigureOutputs();
|
|
|
| - // Fires OnDisplayModeChanged() event to the observers.
|
| - void NotifyOnDisplayChanged();
|
| + // Notifies observers about an attempted state change. Indicates success if
|
| + // |attempted_state| matches |output_state_| and indicates failure otherwise.
|
| + void NotifyObservers(OutputState attempted_state);
|
|
|
| // Switches to the state specified in |output_state| and |power_state|.
|
| // If the hardware mirroring failed and |mirroring_controller_| is set,
|
|
|