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

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 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/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 421c8fb4194e2c706ae522700cefa66f77b9fd38..06b34d0343b9c18e14927d1292370b261c290a50 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationController.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h
@@ -65,7 +65,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