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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationConnection.h

Issue 2552343009: [Presentation API] Adds DOMString[] constructor to PresentationRequest. (Closed)
Patch Set: resolve code review comments from foolip Created 3 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: 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 b5cb2a837a33634f7e63f546c31146ae8f5783ba..72fe6730858479e1c2f2a27b9e5707b1c4b24d5f 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
@@ -52,6 +52,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&);

Powered by Google App Engine
This is Rietveld 408576698