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

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

Issue 2552343009: [Presentation API] Adds DOMString[] constructor to PresentationRequest. (Closed)
Patch Set: resolve code review comments from mlamouri Created 4 years 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 6de10b8383fa54ee6fe698f579527ed37f98c66b..49898f4023b04e7b0bc87355ff94d70aa8b7f614 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationController.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h
@@ -68,7 +68,7 @@ class MODULES_EXPORT PresentationController final
// 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&);
+ void setDefaultRequestUrl(const WTF::Vector<KURL>&);
// Handling of running connections.
void registerConnection(PresentationConnection*);

Powered by Google App Engine
This is Rietveld 408576698