| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| index c6fa64bc397df62d765ca7c2a25fa6f1f1640e2c..7d362ad204cc7522f3323b2078d2da6f9ce54309 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| @@ -56,6 +56,7 @@ class PresentationConnection final : public EventTargetWithInlineData,
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| const String& id() const { return m_id; }
|
| + const String& url() const { return m_url; }
|
| const WTF::AtomicString& state() const;
|
|
|
| void send(const String& message, ExceptionState&);
|
|
|