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

Issue 2906883004: bluetooth: macOS: Removing useless |.get()| (Closed)

Created:
3 years, 7 months ago by jlebel
Modified:
3 years, 7 months ago
Reviewers:
ortuno
CC:
chromium-reviews, mac-reviews_chromium.org, ortuno+watch_chromium.org, scheib+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

bluetooth: macOS: Removing useless |.get()| Changing `object.get().value` to `[object value]`. ObjC dot notation for NSObjects in Chrome should not be used (only for structs like NSSize). And removing some other useless .get(). BUG=709104 Review-Url: https://codereview.chromium.org/2906883004 Cr-Commit-Position: refs/heads/master@{#475092} Committed: https://chromium.googlesource.com/chromium/src/+/35be3092e0e4591024a4d3fa47b00160d3da1f79

Patch Set 1 #

Total comments: 2

Patch Set 2 : . #

Patch Set 3 : Merge from top of tree #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -53 lines) Patch
M device/bluetooth/bluetooth_adapter_mac.mm View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_mac_unittest.mm View 1 3 chunks +3 lines, -3 lines 0 comments Download
M device/bluetooth/bluetooth_low_energy_device_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm View 1 2 8 chunks +10 lines, -13 lines 0 comments Download
M device/bluetooth/bluetooth_remote_gatt_service_mac.mm View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M device/bluetooth/test/bluetooth_test_mac.mm View 3 chunks +7 lines, -7 lines 0 comments Download
M device/bluetooth/test/mock_bluetooth_cbcharacteristic_mac.mm View 2 chunks +3 lines, -3 lines 0 comments Download
M device/bluetooth/test/mock_bluetooth_cbdescriptor_mac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm View 4 chunks +7 lines, -7 lines 0 comments Download
M device/bluetooth/test/mock_bluetooth_cbservice_mac.mm View 3 chunks +4 lines, -4 lines 0 comments Download
M device/bluetooth/test/mock_bluetooth_central_manager_mac.mm View 1 2 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
jlebel
Hello Giovanni, Can you review this patch? Thanks,
3 years, 7 months ago (2017-05-26 16:23:19 UTC) #3
ortuno
Could you make the description more detailed e.g. We don't use ObjC dot notation for ...
3 years, 7 months ago (2017-05-26 16:33:02 UTC) #4
ortuno
Also lgtm
3 years, 7 months ago (2017-05-26 16:33:08 UTC) #5
jlebel
https://codereview.chromium.org/2906883004/diff/20001/device/bluetooth/bluetooth_adapter_mac_unittest.mm File device/bluetooth/bluetooth_adapter_mac_unittest.mm (right): https://codereview.chromium.org/2906883004/diff/20001/device/bluetooth/bluetooth_adapter_mac_unittest.mm#newcode103 device/bluetooth/bluetooth_adapter_mac_unittest.mm:103: (CBCentralManager*)(mock_central_manager_.get()); On 2017/05/26 16:33:02, ortuno wrote: > Do we ...
3 years, 7 months ago (2017-05-26 16:51:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2906883004/60001
3 years, 7 months ago (2017-05-26 18:32:06 UTC) #11
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 19:55:53 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/35be3092e0e4591024a4d3fa47b0...

Powered by Google App Engine
This is Rietveld 408576698