Index: chrome/browser/media/router/media_router.h |
diff --git a/chrome/browser/media/router/media_router.h b/chrome/browser/media/router/media_router.h |
index 106ef5ff9c6487584f5969e2a987c84c105b0551..4f317179f9196bb2046402f6d202f12042dbe51d 100644 |
--- a/chrome/browser/media/router/media_router.h |
+++ b/chrome/browser/media/router/media_router.h |
@@ -65,7 +65,7 @@ class MediaRouter : public KeyedService { |
~MediaRouter() override = default; |
// Creates a media route from |source_id| to |sink_id|. |
- // |origin| is the URL of requestor's page. |
+ // |origin| is the origin of requestor's page. |
// |web_contents| is the WebContents of the tab in which the request was made. |
// |origin| and |web_contents| are used for enforcing same-origin and/or |
// same-tab scope for JoinRoute() requests. (e.g., if enforced, the page |