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

Unified Diff: chromeos/display/output_configurator.h

Issue 12254041: Reconfigure displays even if the output count didn't change (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
« no previous file with comments | « no previous file | chromeos/display/output_configurator.cc » ('j') | chromeos/display/output_configurator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/display/output_configurator.h
diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h
index 4c729298dc906990714f1a02dad16b24c86fb8a7..ea96a3b41b8dcb96e38112f211df564b3ffe9805 100644
--- a/chromeos/display/output_configurator.h
+++ b/chromeos/display/output_configurator.h
@@ -35,14 +35,12 @@ namespace chromeos {
struct OutputSnapshot;
// Used to describe the state of a multi-display configuration.
-// TODO(oshima): remove DUAL_SECONDARY_ONLY
enum OutputState {
STATE_INVALID,
STATE_HEADLESS,
STATE_SINGLE,
STATE_DUAL_MIRROR,
- STATE_DUAL_PRIMARY_ONLY,
- STATE_DUAL_SECONDARY_ONLY,
+ STATE_DUAL_EXTENDED,
Jun Mukai 2013/02/14 22:13:03 STATE_DUAL_PRIMARY_ONLY and _SECONDARY_ONLY are re
oshima 2013/02/14 22:33:12 Done.
STATE_DUAL_UNKNOWN,
};
« no previous file with comments | « no previous file | chromeos/display/output_configurator.cc » ('j') | chromeos/display/output_configurator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698