From 26259c7a20085eda544f5301350c0c7f31737236 Mon Sep 17 00:00:00 2001 From: almasrymina Date: Thu, 3 Mar 2016 17:57:22 -0800 Subject: [Chromecast] Create AvSettings::Event::HDMI_ERROR event. Test=Build BUG=internal b/27274761, b/27274363 Review URL: https://codereview.chromium.org/1762123002 Cr-Commit-Position: refs/heads/master@{#379177} --- chromecast/public/avsettings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chromecast') diff --git a/chromecast/public/avsettings.h b/chromecast/public/avsettings.h index ae4cd8f..0c3fd7f 100644 --- a/chromecast/public/avsettings.h +++ b/chromecast/public/avsettings.h @@ -117,6 +117,9 @@ class AvSettings { // This event should be fired when the device is disconnected to HDMI sinks. HDMI_DISCONNECTED = 101, + + // This event should be fired when an HDMI error occurs. + HDMI_ERROR = 102, }; // Delegate to inform the caller events. As a subclass of TaskRunner, -- cgit v1.1