diff options
Diffstat (limited to 'chrome/browser/media/router/presentation_request.h')
-rw-r--r-- | chrome/browser/media/router/presentation_request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/media/router/presentation_request.h b/chrome/browser/media/router/presentation_request.h index a37189f..f280e0c 100644 --- a/chrome/browser/media/router/presentation_request.h +++ b/chrome/browser/media/router/presentation_request.h @@ -20,6 +20,7 @@ class PresentationRequest { PresentationRequest(const RenderFrameHostId& render_frame_host_id, const std::string& presentation_url, const GURL& frame_url); + PresentationRequest(const PresentationRequest& other); ~PresentationRequest(); bool Equals(const PresentationRequest& other) const; |