New issue
Advanced search Search tips

Issue 590963 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

ARC: Implement logic to cache list of visible WiFi networks.

Project Member Reported by abhishekbh@google.com, Mar 1 2016

Issue description

Make the host cache the list of visible WiFi networks and invalidate the cache every time a scan completed notification is received.

 
Project Member

Comment 1 by bugdroid1@chromium.org, Mar 3 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/96838748969e79cc41c364dbe386f3754741e1bb

commit 96838748969e79cc41c364dbe386f3754741e1bb
Author: abhishekbh <abhishekbh@google.com>
Date: Thu Mar 03 22:33:34 2016

ARC: Remove error status setting in GetNetworks.

This change removes the setting of the status code in GetNetworks. Its redundant, instead in error scenarios an empty list is given back. This change also updated GetNetworks to take in an enum instead of a boolean flag. The old version is deprecated moving forward but supported for existing older versions.

BUG= 590963 
BUG=b/26496701

Review URL: https://codereview.chromium.org/1751793002

Cr-Commit-Position: refs/heads/master@{#379117}

[modify] https://crrev.com/96838748969e79cc41c364dbe386f3754741e1bb/components/arc/common/net.mojom
[modify] https://crrev.com/96838748969e79cc41c364dbe386f3754741e1bb/components/arc/net/arc_net_host_impl.cc
[modify] https://crrev.com/96838748969e79cc41c364dbe386f3754741e1bb/components/arc/net/arc_net_host_impl.h

Status: Fixed (was: Untriaged)

Sign in to add a comment