Side by Side Diff: chrome/browser/media/router/render_frame_host_id.h
Issue 1406013003:
[Presentation API / Media Router] Clean up default pres URL logic. (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed mfoltz's comments
Created 5 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.
mlamouri (slow - plz ping)
2015/10/27 18:42:51
I would prefer if you could use render_frame_id an
I would prefer if you could use render_frame_id and render_process_id instead of
creating this for consistency with the current code. This said, I agree that we
need such type.
imcheng
2015/10/27 20:50:14
There are existing places (PresentationServiceDele
On 2015/10/27 18:42:51, Mounir Lamouri wrote:
> I would prefer if you could use render_frame_id and render_process_id instead
of
> creating this for consistency with the current code. This said, I agree that
we
> need such type.
There are existing places (PresentationServiceDelegateImpl) where it is used and
is also used as a key in maps. So rather than std::map<std::pair<int, int>,
Foo>, std::map<RenderFrameHostId, Foo> provides more information and is also
less wordy.
Issue 1406013003: [Presentation API / Media Router] Clean up default pres URL logic.
(Closed)
Created 5 years, 2 months ago by imcheng
Modified 5 years, 1 month ago
Reviewers: mark a. foltz, whywhat, mlamouri (slow - plz ping)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 94