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

Unified Diff: third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.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/public/platform/modules/presentation/WebPresentationClient.h
diff --git a/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h b/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h
index 41527229b90d05791cc5a82f6dc43a706d087e33..e45e1ec2a4d2c2ea94cd00d2b3ca45a1e1a48ba5 100644
--- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h
+++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h
@@ -87,7 +87,7 @@ class WebPresentationClient {
// Called when the frame wants to know the availability of a presentation
// display for |availabilityUrl|.
virtual void getAvailability(
- const WebURL& availabilityUrl,
+ const WebVector<WebURL>& availabilityUrls,
std::unique_ptr<WebPresentationAvailabilityCallbacks>) = 0;
// Start listening to changes in presentation displays availability. The

Powered by Google App Engine
This is Rietveld 408576698