diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index bb00e23fc95ca..8d756281c431c 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -3915,9 +3915,10 @@ message Notification { enum NotificationSection { SECTION_UNKNOWN = 0; SECTION_HEADS_UP = 1; - SECTION_PEOPLE = 2; - SECTION_ALERTING = 3; - SECTION_SILENT = 4; + SECTION_MEDIA_CONTROLS = 2; + SECTION_PEOPLE = 3; + SECTION_ALERTING = 4; + SECTION_SILENT = 5; } optional NotificationSection section = 6; }