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

Issue 2881283002: add interface to start first run when voice interaction oobe is completed (Closed)

Created:
3 years, 7 months ago by Muyuan
Modified:
3 years, 7 months ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, oshima+watch_chromium.org, yusukes+watch_chromium.org, viettrungluu+watch_chromium.org, hidehiko+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, lhchavez+watch_chromium.org, victorhsieh+watch_chromium.org, darin (slow to review), davemoore+watch_chromium.org, qsr+mojo_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

add interface to start first run when voice interaction oobe is completed BUG=b:38123645 TEST=First run tutorial is started after voice interaction OOBE completed broadcast. Review-Url: https://codereview.chromium.org/2881283002 Cr-Commit-Position: refs/heads/master@{#472188} Committed: https://chromium.googlesource.com/chromium/src/+/b1ec21c001f5ce18fdf182d07c82ffface55afe9

Patch Set 1 #

Total comments: 1

Patch Set 2 : move to voice interaction service #

Total comments: 2

Patch Set 3 : address review comment #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -2 lines) Patch
M chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_arc_home_service.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_arc_home_service.cc View 1 2 chunks +6 lines, -0 lines 1 comment Download
M components/arc/common/voice_interaction_arc_home.mojom View 1 2 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
Muyuan
lhchavez: could you please look at everything plz :p dcheng: mojo calls
3 years, 7 months ago (2017-05-15 22:11:52 UTC) #2
Luis Héctor Chávez
https://codereview.chromium.org/2881283002/diff/1/components/arc/common/intent_helper.mojom File components/arc/common/intent_helper.mojom (right): https://codereview.chromium.org/2881283002/diff/1/components/arc/common/intent_helper.mojom#newcode111 components/arc/common/intent_helper.mojom:111: [MinVersion=16] OnVoiceInteractionOobeSetupCompleted@6(); Can this be in another .mojom? I'd ...
3 years, 7 months ago (2017-05-15 22:17:06 UTC) #3
Muyuan
On 2017/05/15 22:17:06, Luis Héctor Chávez wrote: > https://codereview.chromium.org/2881283002/diff/1/components/arc/common/intent_helper.mojom > File components/arc/common/intent_helper.mojom (right): > > ...
3 years, 7 months ago (2017-05-15 22:24:21 UTC) #4
Luis Héctor Chávez
On 2017/05/15 22:24:21, Muyuan wrote: > On 2017/05/15 22:17:06, Luis Héctor Chávez wrote: > > ...
3 years, 7 months ago (2017-05-15 22:25:42 UTC) #5
dcheng
mojom lgtm
3 years, 7 months ago (2017-05-16 10:09:10 UTC) #6
Luis Héctor Chávez
lgtm
3 years, 7 months ago (2017-05-16 15:52:49 UTC) #7
Luis Héctor Chávez
ah missed a nit. https://codereview.chromium.org/2881283002/diff/20001/components/arc/common/voice_interaction_arc_home.mojom File components/arc/common/voice_interaction_arc_home.mojom (right): https://codereview.chromium.org/2881283002/diff/20001/components/arc/common/voice_interaction_arc_home.mojom#newcode60 components/arc/common/voice_interaction_arc_home.mojom:60: // Notified VoiceInteractionArcHomeHost that voice ...
3 years, 7 months ago (2017-05-16 15:53:33 UTC) #8
Muyuan
https://codereview.chromium.org/2881283002/diff/20001/components/arc/common/voice_interaction_arc_home.mojom File components/arc/common/voice_interaction_arc_home.mojom (right): https://codereview.chromium.org/2881283002/diff/20001/components/arc/common/voice_interaction_arc_home.mojom#newcode60 components/arc/common/voice_interaction_arc_home.mojom:60: // Notified VoiceInteractionArcHomeHost that voice interaction OOBE setup On ...
3 years, 7 months ago (2017-05-16 18:12:27 UTC) #9
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/2881283002/40001
3 years, 7 months ago (2017-05-16 18:13:19 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/b1ec21c001f5ce18fdf182d07c82ffface55afe9
3 years, 7 months ago (2017-05-16 19:38:00 UTC) #15
xc
3 years, 7 months ago (2017-05-18 18:36:21 UTC) #17
Message was sent while issue was closed.
https://codereview.chromium.org/2881283002/diff/40001/chrome/browser/chromeos...
File
chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_arc_home_service.cc
(right):

https://codereview.chromium.org/2881283002/diff/40001/chrome/browser/chromeos...
chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_arc_home_service.cc:117:
chromeos::FirstRunController::Start();
Need to use chromeos::first_run::MaybeLaunchDialogAfterSessionStart avoid firing
many times if the user skipped during initial OOBE but comes back later.

Powered by Google App Engine
This is Rietveld 408576698