| Index: ash/common/ash_switches.cc
|
| diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
|
| index d1546b1b73abfb52f7cd28526004ad24a8b3179f..c6770ea43d268c4afe468587e2a121dda3329d4e 100644
|
| --- a/ash/common/ash_switches.cc
|
| +++ b/ash/common/ash_switches.cc
|
| @@ -65,6 +65,11 @@ const char kAshEnableTouchView[] = "enable-touchview";
|
| // Enables mirrored screen.
|
| const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
|
|
|
| +// Specifies the estimated time (in milliseconds) from VSYNC event until when
|
| +// visible light can be noticed by the user.
|
| +const char kAshEstimatedPresentationDelay[] =
|
| + "ash-estimated-presentation-delay";
|
| +
|
| // Enables the palette next to the status area.
|
| const char kAshForceEnablePalette[] = "ash-force-enable-palette";
|
|
|
|
|