Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1007)

Unified Diff: third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackState.h

Issue 2415443004: [Blink, RemotePlayback]Split onstatechange to separate events (Closed)
Patch Set: Added extra state changes Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
};
« no previous file with comments | « third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698