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

Unified Diff: content/renderer/presentation/presentation_dispatcher.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: content/renderer/presentation/presentation_dispatcher.h
diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
index 6b6e1b337219f98aabc8e2708eeaabe167d340fa..36528cf0702f17a17842c412e37cc47e599c1cd9 100644
--- a/content/renderer/presentation/presentation_dispatcher.h
+++ b/content/renderer/presentation/presentation_dispatcher.h
@@ -111,7 +111,7 @@ class CONTENT_EXPORT PresentationDispatcher
void terminateSession(const blink::WebURL& presentationUrl,
const blink::WebString& presentationId) override;
void getAvailability(
- const blink::WebURL& availabilityUrl,
+ const blink::WebVector<blink::WebURL>& availabilityUrl,
std::unique_ptr<blink::WebPresentationAvailabilityCallbacks> callbacks)
override;
void startListening(blink::WebPresentationAvailabilityObserver*) override;

Powered by Google App Engine
This is Rietveld 408576698