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

Unified Diff: chrome/browser/resources/chromeos/keyboard_overlay_data.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 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: chrome/browser/resources/chromeos/keyboard_overlay_data.js
diff --git a/chrome/browser/resources/chromeos/keyboard_overlay_data.js b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
index 5c9cf0c900327f6710a24bbbf431a3ca8210d81a..45485c846db40d9b7e68f87acd867855cdf87b31 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -15775,9 +15775,9 @@ var keyboardOverlayData = {
'-<>CTRL': 'keyboardOverlayZoomOut',
'-<>CTRL<>SHIFT': 'keyboardOverlayZoomScreenOut',
'-<>SEARCH': 'keyboardOverlayF11',
- '.<>ALT<>CTRL': 'keyboardOverlayNextUser',
- '.<>CTRL<>SHIFT': 'keyboardOverlayToggleSpeechInput',
- '.<>SEARCH': 'keyboardOverlayInsert',
+ '<>ALT<>CTRL': 'keyboardOverlayNextUser',
+ '<>CTRL<>SHIFT': 'keyboardOverlayToggleSpeechInput',
+ '<>SEARCH': 'keyboardOverlayInsert',
'/<>ALT<>CTRL': 'keyboardOverlayViewKeyboardOverlay',
'/<>ALT<>CTRL<>SHIFT': 'keyboardOverlayViewKeyboardOverlay',
'/<>CTRL': 'keyboardOverlayHelp',
« no previous file with comments | « chrome/browser/resources/chromeos/device_log_ui/device_log_ui.js ('k') | chrome/browser/resources/chromeos/login/apps_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698