Chromium Code Reviews| Index: chromeos/dbus/proto/media_perception.proto |
| diff --git a/chromeos/dbus/proto/media_perception.proto b/chromeos/dbus/proto/media_perception.proto |
| index c7b78704e12b2b167bee6c72492aed6a1386c3b7..4604a683f5b0e66ce15eec0554f3f0a703fa10f4 100644 |
| --- a/chromeos/dbus/proto/media_perception.proto |
| +++ b/chromeos/dbus/proto/media_perception.proto |
| @@ -31,7 +31,6 @@ message Diagnostics { |
| message State { |
| enum Status { |
| STATUS_UNSPECIFIED = 0; // Unused required default value for Proto enums. |
| - TIMEOUT = 1; // Unable to reach media analysis process. |
|
tbarzic
2017/05/18 19:28:01
Do you have to do this?
Even if it's unused, it's
Luke Sorenson
2017/05/18 21:24:17
Sorry, forgot to adjust the numbers as well. Makin
|
| UNINITIALIZED = 2; // Media analytics working on loading configuration. |
| STARTED = 3; // Analysis process running but not recieving frames. |
| RUNNING = 4; // Analysis process running and injesting frames. |