| 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*);
|
|
|