Commit f7879a50 authored by Long Cheng's avatar Long Cheng Committed by Commit Bot

Uprev closure_compiler/externs/chrome_extension.js

Run third_party/closure_compiler/roll_closure_compiler to update
closure_compiler/externs/chrome_extension.js and revert
closuer_compiler binary.

Change-Id: Ia2bb9afeaa38623808e81515043714ff8c0e05f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814389Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Reviewed-by: default avatarNaoki Fukino <fukino@chromium.org>
Commit-Queue: Long Cheng <lgcheng@google.com>
Cr-Commit-Position: refs/heads/master@{#701700}
parent 553b5d4f
...@@ -202,7 +202,7 @@ BrailleIme.prototype = { ...@@ -202,7 +202,7 @@ BrailleIme.prototype = {
/** /**
* Called by the IME framework when a text field receives focus. * Called by the IME framework when a text field receives focus.
* @param {InputContext} context Input field context. * @param {chrome.input.ime.InputContext} context Input field context.
* @private * @private
*/ */
onFocus_: function(context) { onFocus_: function(context) {
...@@ -222,7 +222,7 @@ BrailleIme.prototype = { ...@@ -222,7 +222,7 @@ BrailleIme.prototype = {
/** /**
* Called by the IME framework when the current input context is updated. * Called by the IME framework when the current input context is updated.
* @param {InputContext} context Input field context. * @param {chrome.input.ime.InputContext} context Input field context.
* @private * @private
*/ */
onInputContextUpdate_: function(context) { onInputContextUpdate_: function(context) {
...@@ -415,8 +415,8 @@ BrailleIme.prototype = { ...@@ -415,8 +415,8 @@ BrailleIme.prototype = {
/** /**
* Sends the given input context to ChromeVox. * Sends the given input context to ChromeVox.
* @param {InputContext} context Input context, or null when there's no input * @param {chrome.input.ime.InputContext} context Input context, or null when
* context. * there's no input context.
* @private * @private
*/ */
sendInputContext_: function(context) { sendInputContext_: function(context) {
......
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