aboutsummaryrefslogtreecommitdiff
path: root/cast/cast_core/api/common/runtime_metadata.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cast/cast_core/api/common/runtime_metadata.proto')
-rw-r--r--cast/cast_core/api/common/runtime_metadata.proto5
1 files changed, 1 insertions, 4 deletions
diff --git a/cast/cast_core/api/common/runtime_metadata.proto b/cast/cast_core/api/common/runtime_metadata.proto
index b8cc0919..734ad36f 100644
--- a/cast/cast_core/api/common/runtime_metadata.proto
+++ b/cast/cast_core/api/common/runtime_metadata.proto
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
-// **** DO NOT EDIT - this .proto was automatically generated. ****
+// **** DO NOT EDIT - this file was automatically generated. ****
syntax = "proto3";
package cast.common;
@@ -56,9 +56,6 @@ message RuntimeCapabilities {
ApplicationCapabilities native_application_capabilities = 2;
}
- // Flags if heartbeat is supported.
- bool heartbeat_supported = 3;
-
// Flags if metrics recording is supported.
bool metrics_recorder_supported = 4;
}