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

Unified Diff: chromeos/display/output_configurator.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: chromeos/display/output_configurator.h
diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h
index 4c729298dc906990714f1a02dad16b24c86fb8a7..c3527d9e1c753c7b956d008eab8095921e1e536f 100644
--- a/chromeos/display/output_configurator.h
+++ b/chromeos/display/output_configurator.h
@@ -59,7 +59,8 @@ class CHROMEOS_EXPORT OutputConfigurator : public MessageLoop::Dispatcher {
virtual void OnDisplayModeChanged() {}
// Called when the change of the display mode is issued but failed.
- virtual void OnDisplayModeChangeFailed() {}
+ // |new_state| is the new state which the system failed to enter.
+ virtual void OnDisplayModeChangeFailed(OutputState new_state) {}
oshima 2013/02/14 00:01:50 failed_new_state would be better.
Jun Mukai 2013/02/14 00:54:03 Done.
};
OutputConfigurator();

Powered by Google App Engine
This is Rietveld 408576698