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

Issue 304603002: Created paring flow interface for controller side. (Closed)

Created:
6 years, 7 months ago by dzhioev (left Google)
Modified:
6 years, 6 months ago
CC:
stevenjb+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

Created paring flow interface for controller side. This interface will be used by controller's UI to pass through pairing. BUG=375191 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274545

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed |previous_stage| param. #

Patch Set 3 : Added methods and notifications related to devices list. #

Total comments: 1

Patch Set 4 : Moved to chromeos/. #

Total comments: 8

Patch Set 5 : Comments addressed. #

Total comments: 1

Patch Set 6 : Added more OWNERS for 'pairing' dir. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -0 lines) Patch
M chromeos/chromeos.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A chromeos/pairing/OWNERS View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
A chromeos/pairing/controller_pairing_flow.h View 1 2 3 4 1 chunk +109 lines, -0 lines 0 comments Download
A chromeos/pairing/controller_pairing_flow.cc View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
dzhioev (left Google)
Hi, I'm going to start pairing UI implementation this week, and I need something to ...
6 years, 7 months ago (2014-05-27 20:27:08 UTC) #1
Zachary Kuznia
https://codereview.chromium.org/304603002/diff/1/ui/chromeos/pairing/controller_pairing_flow.h File ui/chromeos/pairing/controller_pairing_flow.h (right): https://codereview.chromium.org/304603002/diff/1/ui/chromeos/pairing/controller_pairing_flow.h#newcode47 ui/chromeos/pairing/controller_pairing_flow.h:47: virtual void PairingStageChanged(Stage previous_stage, Stage new_stage) = 0; Why ...
6 years, 7 months ago (2014-05-27 23:46:43 UTC) #2
dzhioev (left Google)
https://codereview.chromium.org/304603002/diff/1/ui/chromeos/pairing/controller_pairing_flow.h File ui/chromeos/pairing/controller_pairing_flow.h (right): https://codereview.chromium.org/304603002/diff/1/ui/chromeos/pairing/controller_pairing_flow.h#newcode47 ui/chromeos/pairing/controller_pairing_flow.h:47: virtual void PairingStageChanged(Stage previous_stage, Stage new_stage) = 0; On ...
6 years, 6 months ago (2014-05-28 10:38:30 UTC) #3
Zachary Kuznia
lgtm
6 years, 6 months ago (2014-05-28 15:45:07 UTC) #4
dzhioev (left Google)
On 2014/05/28 15:45:07, Zachary Kuznia wrote: > lgtm Sorry I forgot create methods and notifications ...
6 years, 6 months ago (2014-05-28 19:52:05 UTC) #5
dzhioev (left Google)
On 2014/05/28 19:52:05, dzhioev wrote: > On 2014/05/28 15:45:07, Zachary Kuznia wrote: > > lgtm ...
6 years, 6 months ago (2014-05-29 15:14:59 UTC) #6
dzhioev (left Google)
On 2014/05/28 19:52:05, dzhioev wrote: > On 2014/05/28 15:45:07, Zachary Kuznia wrote: > > lgtm ...
6 years, 6 months ago (2014-05-29 15:14:59 UTC) #7
dzhioev (left Google)
On 2014/05/29 15:14:59, dzhioev wrote: > On 2014/05/28 19:52:05, dzhioev wrote: > > On 2014/05/28 ...
6 years, 6 months ago (2014-05-29 15:17:41 UTC) #8
stevenjb
It's hard to judge the necessity of this as an interface without an initial implementation. ...
6 years, 6 months ago (2014-05-29 16:06:55 UTC) #9
dzhioev (left Google)
On 2014/05/29 16:06:55, stevenjb wrote: > It's hard to judge the necessity of this as ...
6 years, 6 months ago (2014-05-29 17:28:43 UTC) #10
stevenjb
On 2014/05/29 17:28:43, dzhioev wrote: > On 2014/05/29 16:06:55, stevenjb wrote: > > It's hard ...
6 years, 6 months ago (2014-05-29 22:12:42 UTC) #11
dzhioev (left Google)
On 2014/05/29 22:12:42, stevenjb wrote: > On 2014/05/29 17:28:43, dzhioev wrote: > > On 2014/05/29 ...
6 years, 6 months ago (2014-05-30 18:42:43 UTC) #12
stevenjb
https://codereview.chromium.org/304603002/diff/60001/chromeos/pairing/controller_pairing_flow.h File chromeos/pairing/controller_pairing_flow.h (right): https://codereview.chromium.org/304603002/diff/60001/chromeos/pairing/controller_pairing_flow.h#newcode59 chromeos/pairing/controller_pairing_flow.h:59: typedef std::string DeviceID; I think that typdefing to a ...
6 years, 6 months ago (2014-06-02 16:35:56 UTC) #13
dzhioev (left Google)
https://codereview.chromium.org/304603002/diff/60001/chromeos/pairing/controller_pairing_flow.h File chromeos/pairing/controller_pairing_flow.h (right): https://codereview.chromium.org/304603002/diff/60001/chromeos/pairing/controller_pairing_flow.h#newcode59 chromeos/pairing/controller_pairing_flow.h:59: typedef std::string DeviceID; On 2014/06/02 16:35:57, stevenjb wrote: > ...
6 years, 6 months ago (2014-06-02 19:58:26 UTC) #14
stevenjb
lgtm
6 years, 6 months ago (2014-06-02 20:20:53 UTC) #15
Dmitry Polukhin
lgtm https://codereview.chromium.org/304603002/diff/80001/chromeos/pairing/OWNERS File chromeos/pairing/OWNERS (right): https://codereview.chromium.org/304603002/diff/80001/chromeos/pairing/OWNERS#newcode1 chromeos/pairing/OWNERS:1: dzhioev@chromium.org Please also add zork@ and achuith@
6 years, 6 months ago (2014-06-02 20:54:28 UTC) #16
dzhioev (left Google)
On 2014/06/02 20:54:28, Dmitry Polukhin wrote: > lgtm > > https://codereview.chromium.org/304603002/diff/80001/chromeos/pairing/OWNERS > File chromeos/pairing/OWNERS (right): ...
6 years, 6 months ago (2014-06-03 13:09:33 UTC) #17
dzhioev (left Google)
The CQ bit was checked by dzhioev@chromium.org
6 years, 6 months ago (2014-06-03 13:09:40 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/304603002/100001
6 years, 6 months ago (2014-06-03 13:10:09 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 15:09:57 UTC) #20
commit-bot: I haz the power
6 years, 6 months ago (2014-06-03 16:11:27 UTC) #21
Message was sent while issue was closed.
Change committed as 274545

Powered by Google App Engine
This is Rietveld 408576698