Chromium Code Reviews| Index: third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackState.h |
| diff --git a/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackState.h b/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackState.h |
| index df1cdcc092f610bb234f76b867fe975595c3c752..5697e358bcd36f0d335b4093d9283cc21019e9da 100644 |
| --- a/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackState.h |
| +++ b/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackState.h |
| @@ -8,7 +8,8 @@ |
| namespace blink { |
| enum class WebRemotePlaybackState { |
| - Connected = 0, |
| + Connecting = 0, |
| + Connected, |
| Disconnected, |
| }; |