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

Issue 2871583003: Add VoiceInteractionFrameworkHost::SetMetalayerEnabled (Closed)

Created:
3 years, 7 months ago by Vladislav Kaznacheev
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 VoiceInteractionFrameworkHost::SetMetalayerEnabled Make Metalayer mode visibility dependent on the container side setting. BUG=b:37997351 TEST=Manual ("Metalayer mode" visible only when screenshots are enabled on the container side). Review-Url: https://codereview.chromium.org/2871583003 Cr-Commit-Position: refs/heads/master@{#471051} Committed: https://chromium.googlesource.com/chromium/src/+/44ada2a222773bb39be4c8486285afa0900886d4

Patch Set 1 #

Patch Set 2 : Rename to SetMetalayerEnabled #

Total comments: 2

Patch Set 3 : Addressed comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -7 lines) Patch
M chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.cc View 1 2 2 chunks +9 lines, -5 lines 0 comments Download
M components/arc/common/voice_interaction_framework.mojom View 1 2 chunks +5 lines, -2 lines 1 comment Download

Messages

Total messages: 23 (10 generated)
Vladislav Kaznacheev
Please review: estark@ *.mojom xiaohuic@: chrome/browser/chromeos/arc/voice_interaction/*
3 years, 7 months ago (2017-05-09 18:44:26 UTC) #3
xc
lgtm
3 years, 7 months ago (2017-05-09 19:53:14 UTC) #4
Luis Héctor Chávez
drive-by https://codereview.chromium.org/2871583003/diff/20001/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h File chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h (right): https://codereview.chromium.org/2871583003/diff/20001/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h#newcode63 chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h:63: bool metalayer_enabled_; nit: initialize this to false here ...
3 years, 7 months ago (2017-05-09 19:59:50 UTC) #6
kaznacheev
https://codereview.chromium.org/2871583003/diff/20001/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h File chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h (right): https://codereview.chromium.org/2871583003/diff/20001/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h#newcode63 chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h:63: bool metalayer_enabled_; On 2017/05/09 19:59:50, Luis Héctor Chávez wrote: ...
3 years, 7 months ago (2017-05-09 20:53:37 UTC) #8
estark
https://codereview.chromium.org/2871583003/diff/40001/components/arc/common/voice_interaction_framework.mojom File components/arc/common/voice_interaction_framework.mojom (right): https://codereview.chromium.org/2871583003/diff/40001/components/arc/common/voice_interaction_framework.mojom#newcode27 components/arc/common/voice_interaction_framework.mojom:27: [MinVersion=3]SetMetalayerEnabled@3(bool enabled); Does untrusted code call this, or only ...
3 years, 7 months ago (2017-05-11 01:14:13 UTC) #9
Vladislav Kaznacheev
On 2017/05/11 01:14:13, estark wrote: > https://codereview.chromium.org/2871583003/diff/40001/components/arc/common/voice_interaction_framework.mojom > File components/arc/common/voice_interaction_framework.mojom (right): > > https://codereview.chromium.org/2871583003/diff/40001/components/arc/common/voice_interaction_framework.mojom#newcode27 > ...
3 years, 7 months ago (2017-05-11 18:46:11 UTC) #10
estark
On 2017/05/11 18:46:11, Vladislav Kaznacheev wrote: > On 2017/05/11 01:14:13, estark wrote: > > > ...
3 years, 7 months ago (2017-05-11 18:47:27 UTC) #11
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/2871583003/40001
3 years, 7 months ago (2017-05-11 18:55:58 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/434394)
3 years, 7 months ago (2017-05-11 19:13:53 UTC) #16
Vladislav Kaznacheev
lhchavez@, please PTAL, need your OWNER's LGTM
3 years, 7 months ago (2017-05-11 19:16:58 UTC) #17
Luis Héctor Chávez
lgtm
3 years, 7 months ago (2017-05-11 19:49:54 UTC) #18
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/2871583003/40001
3 years, 7 months ago (2017-05-11 19:58:03 UTC) #20
commit-bot: I haz the power
3 years, 7 months ago (2017-05-11 20:06:46 UTC) #23
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/44ada2a222773bb39be4c8486285...

Powered by Google App Engine
This is Rietveld 408576698