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

Unified Diff: chromeos/dbus/proto/media_perception.proto

Issue 2858353002: MediaPerceptionPrivate API impl and testing. (Closed)
Patch Set: Added media_perception_proto as direct dependency of test targets. Created 3 years, 7 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 | « chromeos/dbus/dbus_thread_manager.cc ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c14ef236278c68b09fe2401ef4d14002bf5f1257 100644
--- a/chromeos/dbus/proto/media_perception.proto
+++ b/chromeos/dbus/proto/media_perception.proto
@@ -31,11 +31,10 @@ message Diagnostics {
message State {
enum Status {
STATUS_UNSPECIFIED = 0; // Unused required default value for Proto enums.
- TIMEOUT = 1; // Unable to reach media analysis process.
- 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.
- SUSPENDED = 5; // Media analytics process waiting to be started.
+ UNINITIALIZED = 1; // Media analytics working on loading configuration.
+ STARTED = 2; // Analysis process running but not recieving frames.
+ RUNNING = 3; // Analysis process running and injesting frames.
+ SUSPENDED = 4; // Media analytics process waiting to be started.
}
// Note: RUNNING and SUSPENDED are the only two states which should be sent to
« no previous file with comments | « chromeos/dbus/dbus_thread_manager.cc ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698