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

Issue 156943002: Add method GetKeyFromSystem to WiFiService on Windows and Mac. (Closed)

Created:
6 years, 10 months ago by mef
Modified:
6 years, 10 months ago
Reviewers:
arw, afontan, tbarzic
CC:
chromium-reviews
Visibility:
Public.

Description

Add method GetKeyFromSystem to WiFiService on Windows and Mac. BUG=328960 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251131

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address codereview comments. #

Total comments: 8

Patch Set 3 : Address codereview comments. #

Total comments: 2

Patch Set 4 : Address codereview comments, remove |get_plaintext_key| parameter. #

Patch Set 5 : Fixed compilation error on windows. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -4 lines) Patch
M components/wifi/fake_wifi_service.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M components/wifi/wifi_service.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M components/wifi/wifi_service_mac.mm View 1 2 3 3 chunks +32 lines, -0 lines 0 comments Download
M components/wifi/wifi_service_win.cc View 1 2 3 4 8 chunks +68 lines, -4 lines 0 comments Download
M components/wifi/wifi_test.cc View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
mef
Hi, please take a look. I've added platform-specific code to slurp WiFi password from the ...
6 years, 10 months ago (2014-02-06 20:35:40 UTC) #1
arw
https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm File components/wifi/wifi_service_mac.mm (right): https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm#newcode379 components/wifi/wifi_service_mac.mm:379: const char kAirPortServiceName[] = "AirPort"; Probably could be static? ...
6 years, 10 months ago (2014-02-06 20:51:29 UTC) #2
mef
Thanks Amy, PTAL! https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm File components/wifi/wifi_service_mac.mm (right): https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm#newcode379 components/wifi/wifi_service_mac.mm:379: const char kAirPortServiceName[] = "AirPort"; On ...
6 years, 10 months ago (2014-02-06 21:53:43 UTC) #3
tbarzic
lgtm (but wait for arw and afontan)
6 years, 10 months ago (2014-02-07 22:50:23 UTC) #4
arw
https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm File components/wifi/wifi_service_mac.mm (right): https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm#newcode401 components/wifi/wifi_service_mac.mm:401: NULL); Yeah, it is possible to see if the ...
6 years, 10 months ago (2014-02-07 23:25:29 UTC) #5
afontan
lgtm https://codereview.chromium.org/156943002/diff/80001/components/wifi/wifi_service_win.cc File components/wifi/wifi_service_win.cc (right): https://codereview.chromium.org/156943002/diff/80001/components/wifi/wifi_service_win.cc#newcode654 components/wifi/wifi_service_win.cc:654: std::string* error) { I assume that the caller ...
6 years, 10 months ago (2014-02-12 09:17:28 UTC) #6
afontan
lgtm A couple more minor comments with second thoughts. https://codereview.chromium.org/156943002/diff/80001/components/wifi/wifi_service_win.cc File components/wifi/wifi_service_win.cc (right): https://codereview.chromium.org/156943002/diff/80001/components/wifi/wifi_service_win.cc#newcode682 components/wifi/wifi_service_win.cc:682: ...
6 years, 10 months ago (2014-02-12 09:29:27 UTC) #7
mef
Thanks, Amy, PTAL! Thanks, Antonio! https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm File components/wifi/wifi_service_mac.mm (right): https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm#newcode401 components/wifi/wifi_service_mac.mm:401: NULL); On 2014/02/07 23:25:29, ...
6 years, 10 months ago (2014-02-12 16:29:37 UTC) #8
arw
lgtm https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm File components/wifi/wifi_service_mac.mm (right): https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm#newcode401 components/wifi/wifi_service_mac.mm:401: NULL); Okay, I think I understand now. My ...
6 years, 10 months ago (2014-02-12 17:41:50 UTC) #9
afontan
lgtm https://codereview.chromium.org/156943002/diff/180001/components/wifi/wifi_service_win.cc File components/wifi/wifi_service_win.cc (right): https://codereview.chromium.org/156943002/diff/180001/components/wifi/wifi_service_win.cc#newcode690 components/wifi/wifi_service_win.cc:690: break; Interesting that the call can partially succeed ...
6 years, 10 months ago (2014-02-12 17:57:17 UTC) #10
mef
Thanks! https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm File components/wifi/wifi_service_mac.mm (right): https://codereview.chromium.org/156943002/diff/1/components/wifi/wifi_service_mac.mm#newcode401 components/wifi/wifi_service_mac.mm:401: NULL); On 2014/02/12 17:41:50, arw wrote: > Okay, ...
6 years, 10 months ago (2014-02-12 22:26:21 UTC) #11
mef
The CQ bit was checked by mef@chromium.org
6 years, 10 months ago (2014-02-13 17:44:29 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mef@chromium.org/156943002/300001
6 years, 10 months ago (2014-02-13 17:44:46 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mef@chromium.org/156943002/300001
6 years, 10 months ago (2014-02-13 19:52:56 UTC) #14
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 21:37:36 UTC) #15
Message was sent while issue was closed.
Change committed as 251131

Powered by Google App Engine
This is Rietveld 408576698