Add DesktopCapturer::Result::MAX_VALUE

MAX_VALUE will be used in chromoting_messages.h to define range of
valid DesktopCapturer::Result values.

BUG=webrtc:5950
R=jamiewalch@chromium.org

Review URL: https://codereview.webrtc.org/2069103003 .

Cr-Commit-Position: refs/heads/master@{#13157}
This commit is contained in:
Sergey Ulanov 2016-06-15 13:55:44 -07:00
parent 14461d42bc
commit 4c17abe35e

View File

@ -37,6 +37,8 @@ class DesktopCapturer {
// Capture has failed and will keep failing if the caller tries calling
// Capture() again.
ERROR_PERMANENT,
MAX_VALUE = ERROR_PERMANENT
};
// Interface that must be implemented by the DesktopCapturer consumers.