Chromium Code Reviews| Index: chromeos/display/output_configurator.h |
| diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h |
| index abb89c376a890e2747f2d3604868eddace36c4fb..d16f8129b3afba4c18738405459ff82ac54fbecc 100644 |
| --- a/chromeos/display/output_configurator.h |
| +++ b/chromeos/display/output_configurator.h |
| @@ -101,6 +101,7 @@ class CHROMEOS_EXPORT OutputConfigurator : public MessageLoop::Dispatcher { |
| // Tells if the output specified by |name| is for internal display. |
| static bool IsInternalOutputName(const std::string& name); |
| + void SuspendDisplays(); |
|
Daniel Erat
2013/01/08 00:51:35
nit: add a blank line after this and a comment bef
marcheu
2013/01/10 01:03:49
Done.
|
| private: |
| // Fires OnDisplayModeChanged() event to the observers. |
| void NotifyOnDisplayChanged(); |