New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 698423 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[Media Router] Add a typemap for net::IPAddress

Project Member Reported by zhaobin@chromium.org, Mar 3 2017

Issue description

Code review comments from https://codereview.chromium.org/2675033002/diff/280001/chrome/browser/media/router/mojo/media_router.mojom

Create a typemap for net::IPAddress.

Use net::IPAddress instead of string for ip_address in media_router.mojom

 struct DialMediaSink {
  string ip_address;
  ...
 }

 struct CastMediaSink {
   string ip_address;
   ...
 }
 
Status: Available (was: Untriaged)
Labels: Hotlist-Fixit
Owner: zhaobin@chromium.org
Status: Fixed (was: Available)

Sign in to add a comment