| Index: ui/display/types/display_constants.h
|
| diff --git a/ui/display/types/display_constants.h b/ui/display/types/display_constants.h
|
| index cf4ee6030d18902047824980843831111836b856..3bb4e9535d6455f47cca41099b10066f795a18ee 100644
|
| --- a/ui/display/types/display_constants.h
|
| +++ b/ui/display/types/display_constants.h
|
| @@ -26,6 +26,9 @@ enum DisplayConnectionType {
|
| DISPLAY_CONNECTION_TYPE_DVI = 1 << 4,
|
| DISPLAY_CONNECTION_TYPE_DISPLAYPORT = 1 << 5,
|
| DISPLAY_CONNECTION_TYPE_NETWORK = 1 << 6,
|
| +
|
| + // Update this when adding a new type.
|
| + DISPLAY_CONNECTION_TYPE_LAST = DISPLAY_CONNECTION_TYPE_NETWORK
|
| };
|
|
|
| // Content protection methods applied on video output.
|
|
|