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

Issue 12385064: Introduce 'connecting' field to bluetooth device info for system tray (Closed)

Created:
7 years, 9 months ago by Jun Mukai
Modified:
7 years, 8 months ago
Reviewers:
deymo, stevenjb, jennyz
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Introduce 'connecting' field to bluetooth device info for system tray BUG=179189 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194432

Patch Set 1 #

Total comments: 5

Patch Set 2 : fix #

Total comments: 3

Patch Set 3 : fi #

Total comments: 2

Patch Set 4 : #

Total comments: 2

Patch Set 5 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -12 lines) Patch
M ash/system/bluetooth/tray_bluetooth.cc View 1 2 3 4 5 chunks +23 lines, -10 lines 0 comments Download
M ash/system/tray/system_tray_delegate.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/system_tray_delegate.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
Jun Mukai
7 years, 9 months ago (2013-03-02 00:58:09 UTC) #1
jennyz
https://codereview.chromium.org/12385064/diff/1/chrome/browser/chromeos/system/ash_system_tray_delegate.cc File chrome/browser/chromeos/system/ash_system_tray_delegate.cc (right): https://codereview.chromium.org/12385064/diff/1/chrome/browser/chromeos/system/ash_system_tray_delegate.cc#newcode529 chrome/browser/chromeos/system/ash_system_tray_delegate.cc:529: if (device->IsConnected() || device->IsConnecting()) { If the bluetooth is ...
7 years, 9 months ago (2013-03-02 01:12:16 UTC) #2
deymo
FYI: I'll be submitting the DeviceChanged notification next week. https://codereview.chromium.org/12385064/diff/1/ash/system/bluetooth/tray_bluetooth.cc File ash/system/bluetooth/tray_bluetooth.cc (right): https://codereview.chromium.org/12385064/diff/1/ash/system/bluetooth/tray_bluetooth.cc#newcode137 ash/system/bluetooth/tray_bluetooth.cc:137: ...
7 years, 9 months ago (2013-03-02 02:31:13 UTC) #3
deymo
Update: If you need the notification functionality for testing your part you can pickup this ...
7 years, 9 months ago (2013-03-02 03:34:26 UTC) #4
Jun Mukai
Sorry for ignoring so long time this. Please take another look. https://codereview.chromium.org/12385064/diff/1/ash/system/bluetooth/tray_bluetooth.cc File ash/system/bluetooth/tray_bluetooth.cc (right): ...
7 years, 8 months ago (2013-04-09 03:15:08 UTC) #5
jennyz
https://codereview.chromium.org/12385064/diff/5001/ash/system/bluetooth/tray_bluetooth.cc File ash/system/bluetooth/tray_bluetooth.cc (right): https://codereview.chromium.org/12385064/diff/5001/ash/system/bluetooth/tray_bluetooth.cc#newcode236 ash/system/bluetooth/tray_bluetooth.cc:236: } It's a little bit unclean to modify the ...
7 years, 8 months ago (2013-04-10 16:15:37 UTC) #6
Jun Mukai
https://codereview.chromium.org/12385064/diff/5001/ash/system/bluetooth/tray_bluetooth.cc File ash/system/bluetooth/tray_bluetooth.cc (right): https://codereview.chromium.org/12385064/diff/5001/ash/system/bluetooth/tray_bluetooth.cc#newcode236 ash/system/bluetooth/tray_bluetooth.cc:236: } On 2013/04/10 16:15:37, jennyz wrote: > It's a ...
7 years, 8 months ago (2013-04-13 00:05:35 UTC) #7
deymo
Sorry for the delay reviewing it. I wasn't sure if I had to review it ...
7 years, 8 months ago (2013-04-13 01:16:44 UTC) #8
Jun Mukai
https://codereview.chromium.org/12385064/diff/13001/chrome/browser/chromeos/system/ash_system_tray_delegate.cc File chrome/browser/chromeos/system/ash_system_tray_delegate.cc (right): https://codereview.chromium.org/12385064/diff/13001/chrome/browser/chromeos/system/ash_system_tray_delegate.cc#newcode563 chrome/browser/chromeos/system/ash_system_tray_delegate.cc:563: } else if (device->IsPaired() || device->IsConnecting()) { On 2013/04/13 ...
7 years, 8 months ago (2013-04-15 17:36:46 UTC) #9
deymo
lgtm lgtm, but jenny must approve.
7 years, 8 months ago (2013-04-15 17:43:55 UTC) #10
jennyz
lgtm with nit. https://codereview.chromium.org/12385064/diff/20001/ash/system/bluetooth/tray_bluetooth.cc File ash/system/bluetooth/tray_bluetooth.cc (right): https://codereview.chromium.org/12385064/diff/20001/ash/system/bluetooth/tray_bluetooth.cc#newcode235 ash/system/bluetooth/tray_bluetooth.cc:235: string16 display_name = list[i].display_name; nit, you ...
7 years, 8 months ago (2013-04-15 18:47:16 UTC) #11
Jun Mukai
https://codereview.chromium.org/12385064/diff/20001/ash/system/bluetooth/tray_bluetooth.cc File ash/system/bluetooth/tray_bluetooth.cc (right): https://codereview.chromium.org/12385064/diff/20001/ash/system/bluetooth/tray_bluetooth.cc#newcode235 ash/system/bluetooth/tray_bluetooth.cc:235: string16 display_name = list[i].display_name; On 2013/04/15 18:47:17, jennyz wrote: ...
7 years, 8 months ago (2013-04-15 21:09:45 UTC) #12
Jun Mukai
stevenjb, can you review this? I need owner approval for c/b/chromeos/system
7 years, 8 months ago (2013-04-15 21:10:17 UTC) #13
stevenjb
lgtm
7 years, 8 months ago (2013-04-15 21:21:24 UTC) #14
Jun Mukai
7 years, 8 months ago (2013-04-16 20:10:32 UTC) #15
Message was sent while issue was closed.
Committed patchset #5 manually as r194432 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698