Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: chrome/browser/media/router/presentation_request.h

Issue 2433283005: [Media Router] Use origin instead of URL for frame. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 9a3009a52b26163aa0678b0856b48ea27c2b5a71..56265c9acaea4b198c48950db0c63974e9370654 100644
--- a/chrome/browser/media/router/presentation_request.h
+++ b/chrome/browser/media/router/presentation_request.h
@@ -44,6 +44,8 @@ class PresentationRequest {
const std::vector<GURL> presentation_urls_;
// URL of frame from which the request was initiated.
+ // TODO(crbug.com/632623): Convert this to url::Origin as only the origin or
+ // hostname is used.
const GURL frame_url_;
};

Powered by Google App Engine
This is Rietveld 408576698