Chromium Code Reviews| Index: ui/display/chromeos/display_configurator.h |
| diff --git a/ui/display/chromeos/display_configurator.h b/ui/display/chromeos/display_configurator.h |
| index 96f93eccae994c35e26f7104df0c8de9a9bd6ba7..c2f1b2ab29516a81eccdde8877c96fcd2d583a7f 100644 |
| --- a/ui/display/chromeos/display_configurator.h |
| +++ b/ui/display/chromeos/display_configurator.h |
| @@ -225,7 +225,7 @@ class DISPLAY_EXPORT DisplayConfigurator : public NativeDisplayObserver { |
| // Sets all the displays into pre-suspend mode; usually this means |
| // configure them for their resume state. This allows faster resume on |
| // machines where display configuration is slow. |
|
oshima
2015/05/06 20:25:20
nit: document |callback|.
dnicoara
2015/05/06 20:28:55
Done.
|
| - void SuspendDisplays(); |
| + void SuspendDisplays(const ConfigurationCallback& callback); |
| // Reprobes displays to handle changes made while the system was |
| // suspended. |