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

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 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/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 1c9e7b32c63f3c07339ce698171fa849eeacd6c6..77dc785f3d7222c6273a88734a89b5fb74dd17be 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