| 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 73cee313266882b6a89179617f9579c0e915a09b..03eab5915e1fe56e0f15b2b4147c9bfc8cc5ed34 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationController.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h
|
| @@ -61,8 +61,8 @@ public:
|
|
|
| // 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&);
|
| + // urls.
|
| + void setDefaultRequestUrls(const WTF::Vector<KURL>&);
|
|
|
| // Handling of running connections.
|
| void registerConnection(PresentationConnection*);
|
|
|