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

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

Issue 2148643002: [Presentation API] Adds DOMString[] constructor to PresentationRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix LayoutTests Created 4 years, 5 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/PresentationController.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationController.h b/third_party/WebKit/Source/modules/presentation/PresentationController.h
index 73cee313266882b6a89179617f9579c0e915a09b..03eab5915e1fe56e0f15b2b4147c9bfc8cc5ed34 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationController.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h
@@ -61,8 +61,8 @@ public:
// Called by the Presentation object when the default request is updated
// in order to notify the client about the change of default presentation
- // url.
- void setDefaultRequestUrl(const KURL&);
+ // urls.
+ void setDefaultRequestUrls(const WTF::Vector<KURL>&);
// Handling of running connections.
void registerConnection(PresentationConnection*);

Powered by Google App Engine
This is Rietveld 408576698