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

Unified Diff: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl

Issue 2508733004: [RemotePlayback] Added 'connecting' state to the IDL file (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
index 79d4da998c1670e7aa4629e805ee5d8a009960a6..ff7d7f418937aa794f351c2afa0926c8984df64c 100644
--- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
+++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
@@ -5,6 +5,7 @@
// https://w3c.github.io/remote-playback/#idl-def-remoteplayback
enum RemotePlaybackState {
+ "connecting",
"connected",
"disconnected"
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698