Commit fea50392 authored by Akihiro Ota's avatar Akihiro Ota Committed by Commit Bot

Change component for ChromeVox bugs.

Bug: N/A
Change-Id: I360d0e27e22241f8617d1d74f1fd42d33ae44a6e
AX-Relnotes: N/A
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226921Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Commit-Queue: Akihiro Ota <akihiroota@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774619}
parent a7ab29bc
......@@ -202,7 +202,7 @@ CommandHandler.onCommand = function(command) {
case 'reportIssue':
let url = 'https://code.google.com/p/chromium/issues/entry?' +
'labels=Type-Bug,Pri-2,OS-Chrome&' +
'components=UI>accessibility>ChromeVox&' +
'components=OS>Accessibility>ChromeVox&' +
'description=';
const description = {};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment