| Index: chrome/browser/media/router/presentation_request.h
|
| diff --git a/chrome/browser/media/router/presentation_request.h b/chrome/browser/media/router/presentation_request.h
|
| index 56265c9acaea4b198c48950db0c63974e9370654..fbf13614cb01e4d2727d5233b8feed8504bc2120 100644
|
| --- a/chrome/browser/media/router/presentation_request.h
|
| +++ b/chrome/browser/media/router/presentation_request.h
|
| @@ -32,8 +32,7 @@ class PresentationRequest {
|
| const RenderFrameHostId& render_frame_host_id() const {
|
| return render_frame_host_id_;
|
| }
|
| - // TODO(crbug.com/627655): Use multiple URLs.
|
| - const GURL& presentation_url() const { return presentation_urls_[0]; }
|
| + const vector<GURL>& presentation_urls() const { return presentation_urls_; }
|
| const GURL& frame_url() const { return frame_url_; }
|
|
|
| private:
|
|
|