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

Unified Diff: third_party/closure_compiler/externs/chrome_extensions.js

Issue 665633002: Compile braille ime among other compiled js resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/lkcr
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/closure_compiler/externs/chrome_extensions.js
diff --git a/third_party/closure_compiler/externs/chrome_extensions.js b/third_party/closure_compiler/externs/chrome_extensions.js
index 1646bfb57fb5966ef76322664155ed09dc56b99c..2b182fd1b30297e1774bd5182240803aa57a4ae3 100644
--- a/third_party/closure_compiler/externs/chrome_extensions.js
+++ b/third_party/closure_compiler/externs/chrome_extensions.js
@@ -5266,6 +5266,10 @@ ChromeKeyboardEvent.prototype.requestId;
ChromeKeyboardEvent.prototype.key;
+/** @type {string} */
+ChromeKeyboardEvent.prototype.code;
Dan Beam 2014/10/17 22:08:44 I don't see this in the internal version of this f
+
+
/** @type {boolean} */
ChromeKeyboardEvent.prototype.altKey;
@@ -5278,6 +5282,10 @@ ChromeKeyboardEvent.prototype.ctrlKey;
ChromeKeyboardEvent.prototype.shiftKey;
+/** @type {boolean} */
+ChromeKeyboardEvent.prototype.capsLock;
+
+
/**
* @see https://developer.chrome.com/extensions/input.ime.html#type-InputContext

Powered by Google App Engine
This is Rietveld 408576698