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

Issue 226883002: WiFi client for GCD bootstrapping (Closed)

Created:
6 years, 8 months ago by Noam Samuel
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

This is a library for Windows and MacOSX (tested MacOSX currently) that supports the features needed to do WiFi bootstrapping. BUG=370071 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274731

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 7

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Total comments: 51

Patch Set 6 : Uploading current work before the weekend. Will Send comments when I'm done addressing everything. #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 65

Patch Set 10 : #

Patch Set 11 : #

Total comments: 49

Patch Set 12 : #

Total comments: 30

Patch Set 13 : #

Total comments: 6

Patch Set 14 : #

Total comments: 4

Patch Set 15 : #

Total comments: 6

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Patch Set 19 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+867 lines, -224 lines) Patch
M chrome/browser/extensions/api/networking_private/networking_private_service_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -1 line 0 comments Download
A + chrome/browser/local_discovery/wifi/DEPS View 1 2 4 6 1 chunk +2 lines, -1 line 0 comments Download
A chrome/browser/local_discovery/wifi/wifi_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +100 lines, -0 lines 0 comments Download
A chrome/browser/local_discovery/wifi/wifi_manager.cc View 1 2 3 4 5 6 7 8 9 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +529 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +14 lines, -0 lines 0 comments Download
M components/wifi.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -0 lines 0 comments Download
M components/wifi/fake_wifi_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +3 lines, -1 line 0 comments Download
M components/wifi/fake_wifi_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 11 chunks +17 lines, -24 lines 0 comments Download
A components/wifi/network_properties.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +64 lines, -0 lines 0 comments Download
A + components/wifi/network_properties.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 16 17 18 7 chunks +16 lines, -23 lines 2 comments Download
M components/wifi/wifi_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -45 lines 0 comments Download
M components/wifi/wifi_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +0 lines, -109 lines 0 comments Download
M components/wifi/wifi_service_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 7 chunks +11 lines, -10 lines 0 comments Download
M components/wifi/wifi_service_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 8 chunks +12 lines, -9 lines 0 comments Download
M components/wifi/wifi_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 69 (0 generated)
Noam Samuel
6 years, 7 months ago (2014-05-05 17:57:01 UTC) #1
Noam Samuel
6 years, 7 months ago (2014-05-05 17:59:49 UTC) #2
Noam Samuel
+vitalybuka@ and gene@ for general review +mef@ for adding dependency on components/wifi +stevenjb@ for adding ...
6 years, 7 months ago (2014-05-05 18:01:57 UTC) #3
mef
https://codereview.chromium.org/226883002/diff/40001/chrome/browser/local_discovery/wifi/wifi_service_client.cc File chrome/browser/local_discovery/wifi/wifi_service_client.cc (right): https://codereview.chromium.org/226883002/diff/40001/chrome/browser/local_discovery/wifi/wifi_service_client.cc#newcode198 chrome/browser/local_discovery/wifi/wifi_service_client.cc:198: wifi_service_->GetKeyFromSystem(network_guid, &key, &error_string); On Windows |GetKeyFromSystem| without UAC escalation ...
6 years, 7 months ago (2014-05-05 18:14:39 UTC) #4
stevenjb
I only glanced through this, but I have two high level questions: 1. It's not ...
6 years, 7 months ago (2014-05-05 18:19:49 UTC) #5
Noam Samuel
On 2014/05/05 18:19:49, stevenjb wrote: > I only glanced through this, but I have two ...
6 years, 7 months ago (2014-05-05 21:00:30 UTC) #6
stevenjb
> 2. This is an interface for the component that depends on chrome-side things like ...
6 years, 7 months ago (2014-05-05 21:11:59 UTC) #7
Noam Samuel
On 2014/05/05 21:11:59, stevenjb wrote: > > 2. This is an interface for the component ...
6 years, 7 months ago (2014-05-05 21:42:23 UTC) #8
Noam Samuel
https://codereview.chromium.org/226883002/diff/40001/chrome/browser/local_discovery/wifi/wifi_client.cc File chrome/browser/local_discovery/wifi/wifi_client.cc (right): https://codereview.chromium.org/226883002/diff/40001/chrome/browser/local_discovery/wifi/wifi_client.cc#newcode18 chrome/browser/local_discovery/wifi/wifi_client.cc:18: #endif On 2014/05/05 18:19:49, stevenjb wrote: > This won't ...
6 years, 7 months ago (2014-05-05 21:42:51 UTC) #9
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/226883002/diff/60001/chrome/browser/local_discovery/wifi/wifi_service_client.cc File chrome/browser/local_discovery/wifi/wifi_service_client.cc (right): https://codereview.chromium.org/226883002/diff/60001/chrome/browser/local_discovery/wifi/wifi_service_client.cc#newcode60 chrome/browser/local_discovery/wifi/wifi_service_client.cc:60: wifi_service_->GetVisibleNetworks(onc::network_type::kWiFi, it's better to make wifi component to user ...
6 years, 7 months ago (2014-05-05 22:05:57 UTC) #10
Vitaly Buka (NO REVIEWS)
On 2014/05/05 21:00:30, Noam Samuel wrote: > On 2014/05/05 18:19:49, stevenjb wrote: > > I ...
6 years, 7 months ago (2014-05-05 22:06:33 UTC) #11
stevenjb
1) I am still not convinced that this belongs in src/chrome. There shouldn't be any ...
6 years, 7 months ago (2014-05-07 17:31:05 UTC) #12
Noam Samuel
On 2014/05/07 17:31:05, stevenjb wrote: > 1) I am still not convinced that this belongs ...
6 years, 7 months ago (2014-05-07 21:54:11 UTC) #13
stevenjb
1. All of the Chrome OS specific networking code has been moved to src/chromeos/networking. A ...
6 years, 7 months ago (2014-05-07 23:22:59 UTC) #14
chromium-reviews
stevenjb and mef: How does putting this code in components/wifi/browser/ sound? I think that's a ...
6 years, 7 months ago (2014-05-07 23:43:53 UTC) #15
stevenjb
I think that adding it to components/wifi makes sense, it doesn't seem like we need ...
6 years, 7 months ago (2014-05-07 23:50:31 UTC) #16
Noam Samuel
On 2014/05/07 23:50:31, stevenjb wrote: > I think that adding it to components/wifi makes sense, ...
6 years, 7 months ago (2014-05-08 17:50:27 UTC) #17
Noam Samuel
On 2014/05/08 17:50:27, Noam Samuel wrote: > On 2014/05/07 23:50:31, stevenjb wrote: > > I ...
6 years, 7 months ago (2014-05-08 17:52:41 UTC) #18
tbarzic
What do you think about moving only parts that are used to manage wifi_service to ...
6 years, 7 months ago (2014-05-08 18:32:06 UTC) #19
stevenjb
On 2014/05/08 18:32:06, tbarzic wrote: > What do you think about moving only parts that ...
6 years, 7 months ago (2014-05-08 18:54:31 UTC) #20
mef
On 2014/05/08 18:32:06, tbarzic wrote: > What do you think about moving only parts that ...
6 years, 7 months ago (2014-05-08 19:07:10 UTC) #21
mef
On 2014/05/08 17:50:27, Noam Samuel wrote: > On 2014/05/07 23:50:31, stevenjb wrote: > > I ...
6 years, 7 months ago (2014-05-08 19:12:12 UTC) #22
tbarzic
few comments https://codereview.chromium.org/226883002/diff/80001/chrome/browser/local_discovery/wifi/wifi_service_client.cc File chrome/browser/local_discovery/wifi/wifi_service_client.cc (right): https://codereview.chromium.org/226883002/diff/80001/chrome/browser/local_discovery/wifi/wifi_service_client.cc#newcode36 chrome/browser/local_discovery/wifi/wifi_service_client.cc:36: class WifiServiceContainer { the name is somewhat ...
6 years, 7 months ago (2014-05-08 21:54:05 UTC) #23
stevenjb
https://codereview.chromium.org/226883002/diff/80001/chrome/browser/local_discovery/wifi/wifi_client.h File chrome/browser/local_discovery/wifi/wifi_client.h (right): https://codereview.chromium.org/226883002/diff/80001/chrome/browser/local_discovery/wifi/wifi_client.h#newcode24 chrome/browser/local_discovery/wifi/wifi_client.h:24: class WifiClient { On 2014/05/05 22:05:58, Vitaly Buka wrote: ...
6 years, 7 months ago (2014-05-09 18:46:15 UTC) #24
Noam Samuel
https://codereview.chromium.org/226883002/diff/80001/chrome/browser/local_discovery/wifi/wifi_client.h File chrome/browser/local_discovery/wifi/wifi_client.h (right): https://codereview.chromium.org/226883002/diff/80001/chrome/browser/local_discovery/wifi/wifi_client.h#newcode24 chrome/browser/local_discovery/wifi/wifi_client.h:24: class WifiClient { On 2014/05/09 18:46:15, stevenjb wrote: > ...
6 years, 7 months ago (2014-05-12 23:54:12 UTC) #25
stevenjb
Replying quickly to questions, will try to look at the changes tomorrow (unfortunately combining changes ...
6 years, 7 months ago (2014-05-13 00:18:06 UTC) #26
Noam Samuel
https://codereview.chromium.org/226883002/diff/80001/chrome/browser/local_discovery/wifi/wifi_client.h File chrome/browser/local_discovery/wifi/wifi_client.h (right): https://codereview.chromium.org/226883002/diff/80001/chrome/browser/local_discovery/wifi/wifi_client.h#newcode44 chrome/browser/local_discovery/wifi/wifi_client.h:44: const std::string& password, On 2014/05/13 00:18:06, stevenjb wrote: > ...
6 years, 7 months ago (2014-05-13 23:51:54 UTC) #27
stevenjb
Huge apologies for the delay on this. I got hit by a bunch of things ...
6 years, 7 months ago (2014-05-15 18:16:26 UTC) #28
tbarzic
https://codereview.chromium.org/226883002/diff/80001/chrome/browser/local_discovery/wifi/wifi_service_client.cc File chrome/browser/local_discovery/wifi/wifi_service_client.cc (right): https://codereview.chromium.org/226883002/diff/80001/chrome/browser/local_discovery/wifi/wifi_service_client.cc#newcode240 chrome/browser/local_discovery/wifi/wifi_service_client.cc:240: base::Bind(&WifiServiceContainer::Start, wifi_container_->AsWeakPtr())); On 2014/05/12 23:54:12, Noam Samuel wrote: > ...
6 years, 7 months ago (2014-05-15 20:50:07 UTC) #29
Noam Samuel
Publishing questions I have first. Will update CL soon. https://codereview.chromium.org/226883002/diff/150001/chrome/browser/local_discovery/wifi/wifi_manager.h File chrome/browser/local_discovery/wifi/wifi_manager.h (right): https://codereview.chromium.org/226883002/diff/150001/chrome/browser/local_discovery/wifi/wifi_manager.h#newcode80 chrome/browser/local_discovery/wifi/wifi_manager.h:80: ...
6 years, 7 months ago (2014-05-16 17:56:02 UTC) #30
stevenjb
https://codereview.chromium.org/226883002/diff/150001/chrome/browser/local_discovery/wifi/wifi_manager.h File chrome/browser/local_discovery/wifi/wifi_manager.h (right): https://codereview.chromium.org/226883002/diff/150001/chrome/browser/local_discovery/wifi/wifi_manager.h#newcode80 chrome/browser/local_discovery/wifi/wifi_manager.h:80: // it changes. On 2014/05/16 17:56:02, Noam Samuel wrote: ...
6 years, 7 months ago (2014-05-19 16:29:51 UTC) #31
Noam Samuel
https://codereview.chromium.org/226883002/diff/150001/chrome/browser/local_discovery/wifi/wifi_manager.h File chrome/browser/local_discovery/wifi/wifi_manager.h (right): https://codereview.chromium.org/226883002/diff/150001/chrome/browser/local_discovery/wifi/wifi_manager.h#newcode28 chrome/browser/local_discovery/wifi/wifi_manager.h:28: virtual void Start() = 0; On 2014/05/15 18:16:26, stevenjb ...
6 years, 7 months ago (2014-05-20 21:19:52 UTC) #32
stevenjb
Sorry for the delay, been a week. You should definitely wait on an OK from ...
6 years, 7 months ago (2014-05-23 16:42:39 UTC) #33
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/226883002/diff/190001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc File chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc (right): https://codereview.chromium.org/226883002/diff/190001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc#newcode106 chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc:106: std::string connected_network_guid_; // SSID of previously connected network. // ...
6 years, 7 months ago (2014-05-23 17:49:16 UTC) #34
mef
https://codereview.chromium.org/226883002/diff/190001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc File chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc (right): https://codereview.chromium.org/226883002/diff/190001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc#newcode182 chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc:182: scoped_ptr<base::DictionaryValue> properties = MakeProperties(ssid, password); You also need a ...
6 years, 7 months ago (2014-05-23 18:22:49 UTC) #35
Noam Samuel
https://codereview.chromium.org/226883002/diff/190001/chrome/browser/local_discovery/wifi/wifi_manager.h File chrome/browser/local_discovery/wifi/wifi_manager.h (right): https://codereview.chromium.org/226883002/diff/190001/chrome/browser/local_discovery/wifi/wifi_manager.h#newcode33 chrome/browser/local_discovery/wifi/wifi_manager.h:33: virtual void Start() = 0; On 2014/05/23 16:42:40, stevenjb ...
6 years, 7 months ago (2014-05-24 00:15:38 UTC) #36
stevenjb
https://codereview.chromium.org/226883002/diff/210001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc File chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc (right): https://codereview.chromium.org/226883002/diff/210001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc#newcode53 chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc:53: ssid_list)> NetworkListCallbackCallback; nit: I think NetworkListPostCallback might be more ...
6 years, 7 months ago (2014-05-27 16:49:07 UTC) #37
Noam Samuel
https://codereview.chromium.org/226883002/diff/210001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc File chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc (right): https://codereview.chromium.org/226883002/diff/210001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc#newcode53 chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc:53: ssid_list)> NetworkListCallbackCallback; On 2014/05/27 16:49:08, stevenjb wrote: > nit: ...
6 years, 7 months ago (2014-05-27 22:24:07 UTC) #38
stevenjb
LGTM! https://codereview.chromium.org/226883002/diff/230001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc File chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc (right): https://codereview.chromium.org/226883002/diff/230001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc#newcode100 chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc:100: connecting_network_guid_; // SSID of network we are connecting ...
6 years, 7 months ago (2014-05-27 22:48:03 UTC) #39
Noam Samuel
mef@ and vitalybuka@, can you PTAL? https://codereview.chromium.org/226883002/diff/230001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc File chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc (right): https://codereview.chromium.org/226883002/diff/230001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc#newcode100 chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc:100: connecting_network_guid_; // SSID ...
6 years, 7 months ago (2014-05-27 23:15:09 UTC) #40
Vitaly Buka (NO REVIEWS)
lgtm
6 years, 7 months ago (2014-05-28 00:11:18 UTC) #41
mef
https://codereview.chromium.org/226883002/diff/250001/chrome/browser/local_discovery/wifi/wifi_manager.h File chrome/browser/local_discovery/wifi/wifi_manager.h (right): https://codereview.chromium.org/226883002/diff/250001/chrome/browser/local_discovery/wifi/wifi_manager.h#newcode18 chrome/browser/local_discovery/wifi/wifi_manager.h:18: struct NetworkProperties { would it make sense to make ...
6 years, 6 months ago (2014-05-28 16:28:29 UTC) #42
Noam Samuel
https://codereview.chromium.org/226883002/diff/250001/chrome/browser/local_discovery/wifi/wifi_manager.h File chrome/browser/local_discovery/wifi/wifi_manager.h (right): https://codereview.chromium.org/226883002/diff/250001/chrome/browser/local_discovery/wifi/wifi_manager.h#newcode18 chrome/browser/local_discovery/wifi/wifi_manager.h:18: struct NetworkProperties { On 2014/05/28 16:28:30, mef wrote: > ...
6 years, 6 months ago (2014-05-28 23:04:35 UTC) #43
mef
looks pretty good. https://codereview.chromium.org/226883002/diff/270001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc File chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc (right): https://codereview.chromium.org/226883002/diff/270001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc#newcode131 chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc:131: base::Bind(&WifiServiceWrapper::OnNetworksChangedEvent, FYI, on Mac this works ...
6 years, 6 months ago (2014-05-30 20:48:32 UTC) #44
Noam Samuel
https://codereview.chromium.org/226883002/diff/270001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc File chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc (right): https://codereview.chromium.org/226883002/diff/270001/chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc#newcode131 chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc:131: base::Bind(&WifiServiceWrapper::OnNetworksChangedEvent, On 2014/05/30 20:48:32, mef wrote: > FYI, on ...
6 years, 6 months ago (2014-05-30 22:04:41 UTC) #45
mef
lgtm
6 years, 6 months ago (2014-05-30 22:10:09 UTC) #46
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 6 months ago (2014-05-30 22:32:18 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/226883002/290001
6 years, 6 months ago (2014-05-30 22:39:14 UTC) #48
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_compile_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-05-31 03:01:56 UTC) #49
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-31 03:21:48 UTC) #50
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/11350)
6 years, 6 months ago (2014-05-31 03:21:48 UTC) #51
Vitaly Buka (NO REVIEWS)
The CQ bit was checked by vitalybuka@chromium.org
6 years, 6 months ago (2014-05-31 04:01:03 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/226883002/290001
6 years, 6 months ago (2014-05-31 04:03:25 UTC) #53
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_compile_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-05-31 05:07:04 UTC) #54
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-31 05:22:04 UTC) #55
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/11367)
6 years, 6 months ago (2014-05-31 05:22:05 UTC) #56
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 6 months ago (2014-06-02 18:57:39 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/226883002/310001
6 years, 6 months ago (2014-06-02 18:58:49 UTC) #58
Noam Samuel
The CQ bit was unchecked by noamsml@chromium.org
6 years, 6 months ago (2014-06-02 22:44:44 UTC) #59
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 6 months ago (2014-06-02 23:41:16 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/226883002/330001
6 years, 6 months ago (2014-06-02 23:43:48 UTC) #61
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 03:34:25 UTC) #62
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-03 04:50:56 UTC) #63
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/33668)
6 years, 6 months ago (2014-06-03 04:50:56 UTC) #64
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 6 months ago (2014-06-03 23:49:45 UTC) #65
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/226883002/350001
6 years, 6 months ago (2014-06-03 23:50:25 UTC) #66
commit-bot: I haz the power
Change committed as 274731
6 years, 6 months ago (2014-06-04 08:41:26 UTC) #67
mef
lgtm https://codereview.chromium.org/226883002/diff/350001/components/wifi/network_properties.cc File components/wifi/network_properties.cc (right): https://codereview.chromium.org/226883002/diff/350001/components/wifi/network_properties.cc#newcode26 components/wifi/network_properties.cc:26: bool network_list) const { I guess we should ...
6 years, 6 months ago (2014-06-04 14:17:47 UTC) #68
Noam Samuel
6 years, 6 months ago (2014-06-04 17:11:26 UTC) #69
Message was sent while issue was closed.
https://codereview.chromium.org/226883002/diff/350001/components/wifi/network...
File components/wifi/network_properties.cc (right):

https://codereview.chromium.org/226883002/diff/350001/components/wifi/network...
components/wifi/network_properties.cc:26: bool network_list) const {
On 2014/06/04 14:17:47, mef wrote:
> I guess we should change |network_list| flag to match |include_details| as it
is
> more meaningful.

Thought of doing this, was afraid I'd introduce bugs by not flipping every call.
Makes sense IMO to do in a different CL. Or maybe it could be renamed to
|hide_details| to make things easier.

Powered by Google App Engine
This is Rietveld 408576698