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

Issue 23620055: Fix the bluetooth audio device id changing on the fly issue and the active device inconsistent issu… (Closed)

Created:
7 years, 3 months ago by jennyz
Modified:
7 years, 3 months ago
Reviewers:
rkc
CC:
chromium-reviews, stevenjb+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

Fix the bluetooth audio device id changing on the fly issue and the active device inconsistent issue caused by multiple NodesChanged signal received for the same node change. BUG=290485 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223507

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -1 line) Patch
M chromeos/audio/cras_audio_handler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chromeos/audio/cras_audio_handler.cc View 2 chunks +25 lines, -1 line 2 comments Download
M chromeos/audio/cras_audio_handler_unittest.cc View 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jennyz
7 years, 3 months ago (2013-09-16 22:28:12 UTC) #1
rkc
https://codereview.chromium.org/23620055/diff/1/chromeos/audio/cras_audio_handler.cc File chromeos/audio/cras_audio_handler.cc (right): https://codereview.chromium.org/23620055/diff/1/chromeos/audio/cras_audio_handler.cc#newcode34 chromeos/audio/cras_audio_handler.cc:34: return a.id == b.id && a.is_input == b.is_input && ...
7 years, 3 months ago (2013-09-16 22:38:11 UTC) #2
jennyz
https://codereview.chromium.org/23620055/diff/1/chromeos/audio/cras_audio_handler.cc File chromeos/audio/cras_audio_handler.cc (right): https://codereview.chromium.org/23620055/diff/1/chromeos/audio/cras_audio_handler.cc#newcode34 chromeos/audio/cras_audio_handler.cc:34: return a.id == b.id && a.is_input == b.is_input && ...
7 years, 3 months ago (2013-09-16 22:47:03 UTC) #3
rkc
lgtm
7 years, 3 months ago (2013-09-16 22:56:23 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jennyz@chromium.org/23620055/1
7 years, 3 months ago (2013-09-16 23:02:35 UTC) #5
commit-bot: I haz the power
7 years, 3 months ago (2013-09-17 01:46:06 UTC) #6
Message was sent while issue was closed.
Change committed as 223507

Powered by Google App Engine
This is Rietveld 408576698