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

Issue 8375042: Chrome OS: Add bluetooth dbus clients for device discovery (Closed)

Created:
9 years, 2 months ago by Vince Laviano
Modified:
9 years, 2 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Chrome OS: Add bluetooth dbus clients for device discovery BUG=chromium-os:21319 TEST=Tested with demo code at http://codereview.chromium.org/8233042/ Change-Id: I53fe54c5bd7d6eea970ea25a5a26fa1ded9bbfad Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107234

Patch Set 1 #

Total comments: 32

Patch Set 2 : address satorux@ review comments #

Total comments: 16

Patch Set 3 : address more satorux@ review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+834 lines, -0 lines) Patch
A chrome/browser/chromeos/dbus/bluetooth_adapter_client.h View 1 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc View 1 2 1 chunk +468 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/dbus/bluetooth_manager_client.h View 1 1 chunk +67 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/dbus/bluetooth_manager_client.cc View 1 2 1 chunk +194 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/dbus/dbus_thread_manager.h View 3 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/dbus/dbus_thread_manager.cc View 1 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Vince Laviano
Splitting the dbus layer code out from the bluetooth discovery demo CL at http://codereview.chromium.org/8233042/ for ...
9 years, 2 months ago (2011-10-25 00:27:44 UTC) #1
satorux1
Looks good overall. Minor comments only. http://codereview.chromium.org/8375042/diff/1/chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc File chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc (right): http://codereview.chromium.org/8375042/diff/1/chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc#newcode26 chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc:26: VLOG(1) << "BluetoothAdapterClientImpl ...
9 years, 2 months ago (2011-10-25 02:17:10 UTC) #2
Vince Laviano
http://codereview.chromium.org/8375042/diff/1/chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc File chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc (right): http://codereview.chromium.org/8375042/diff/1/chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc#newcode26 chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc:26: VLOG(1) << "BluetoothAdapterClientImpl ctor"; On 2011/10/25 02:17:10, satorux1 wrote: ...
9 years, 2 months ago (2011-10-25 19:18:03 UTC) #3
satorux1
almost there! http://codereview.chromium.org/8375042/diff/5001/chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc File chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc (right): http://codereview.chromium.org/8375042/diff/5001/chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc#newcode193 chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc:193: DCHECK(observer != NULL); I think DCHECK(observer) is ...
9 years, 2 months ago (2011-10-25 19:55:17 UTC) #4
Vince Laviano
http://codereview.chromium.org/8375042/diff/5001/chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc File chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc (right): http://codereview.chromium.org/8375042/diff/5001/chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc#newcode193 chrome/browser/chromeos/dbus/bluetooth_adapter_client.cc:193: DCHECK(observer != NULL); On 2011/10/25 19:55:17, satorux1 wrote: > ...
9 years, 2 months ago (2011-10-25 20:31:42 UTC) #5
satorux1
LGTM
9 years, 2 months ago (2011-10-25 21:48:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vlaviano@chromium.org/8375042/8003
9 years, 2 months ago (2011-10-25 21:50:30 UTC) #7
commit-bot: I haz the power
9 years, 2 months ago (2011-10-25 23:15:30 UTC) #8
Change committed as 107234

Powered by Google App Engine
This is Rietveld 408576698