| 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
|
|
|