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

Unified Diff: content/public/browser/presentation_session.h

Issue 1572433002: [Media Router] Add Connecting state to PresentationConnection to bring align with spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile fix Created 4 years, 11 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
Index: content/public/browser/presentation_session.h
diff --git a/content/public/browser/presentation_session.h b/content/public/browser/presentation_session.h
index d000e8ade06543a101b309ee5d8500ae1c2a91fc..336912baeffc8312b7d9e6a922d5f6dedf5dd6cf 100644
--- a/content/public/browser/presentation_session.h
+++ b/content/public/browser/presentation_session.h
@@ -12,6 +12,7 @@
namespace content {
enum PresentationConnectionState {
+ PRESENTATION_CONNECTION_STATE_CONNECTING,
PRESENTATION_CONNECTION_STATE_CONNECTED,
PRESENTATION_CONNECTION_STATE_CLOSED,
PRESENTATION_CONNECTION_STATE_TERMINATED
« no previous file with comments | « content/common/presentation/presentation_service.mojom ('k') | content/renderer/presentation/presentation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698