summaryrefslogtreecommitdiffstats
path: root/chromecast
diff options
context:
space:
mode:
authoralmasrymina <almasrymina@chromium.org>2016-03-03 17:57:22 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-04 01:58:47 +0000
commit26259c7a20085eda544f5301350c0c7f31737236 (patch)
tree3cb39488ce39e1fb24f082fb460a2312b8047d89 /chromecast
parent8148afc2a7d077175f18902e52a1e359b9fac171 (diff)
downloadchromium_src-26259c7a20085eda544f5301350c0c7f31737236.zip
chromium_src-26259c7a20085eda544f5301350c0c7f31737236.tar.gz
chromium_src-26259c7a20085eda544f5301350c0c7f31737236.tar.bz2
[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}
Diffstat (limited to 'chromecast')
-rw-r--r--chromecast/public/avsettings.h3
1 files changed, 3 insertions, 0 deletions
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,