| 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 6de10b8383fa54ee6fe698f579527ed37f98c66b..49898f4023b04e7b0bc87355ff94d70aa8b7f614 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationController.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h
|
| @@ -68,7 +68,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*);
|
|
|