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

Side by Side Diff: chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json

Issue 1144493005: Removes Vietnamese VNI input method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyRb75ZzKuseD4ZEposVSGTJQjdySVjV A0s2hgFYDJ3hRh5wATyWsLL7EYvbfi2K+hbYBvrxOQYot4eArQloShy4tdQTZovmTXIINIOzN3j/avFf rYSnJNV6C6gpGKglGVEw/lhf+6WdSnGoWjqXWQnnJltc2JtiAk51nkFJUWZwIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyRb75ZzKuseD4ZEposVSGTJQjdySVjV A0s2hgFYDJ3hRh5wATyWsLL7EYvbfi2K+hbYBvrxOQYot4eArQloShy4tdQTZovmTXIINIOzN3j/avFf rYSnJNV6C6gpGKglGVEw/lhf+6WdSnGoWjqXWQnnJltc2JtiAk51nkFJUWZwIDAQAB",
3 "name": "__MSG_chos_inputtool_title__", 3 "name": "__MSG_chos_inputtool_title__",
4 "version": "4.3.2.3", 4 "version": "4.3.2.3",
5 "description": "The Google Input Tools", 5 "description": "The Google Input Tools",
6 "default_locale": "en", 6 "default_locale": "en",
7 "incognito": "split", 7 "incognito": "split",
8 "permissions": [ 8 "permissions": [
9 "accessibilityFeatures.read", 9 "accessibilityFeatures.read",
10 "app.window.alpha", 10 "app.window.alpha",
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 "description": "", 661 "description": "",
662 "language": [ 662 "language": [
663 "vi" 663 "vi"
664 ], 664 ],
665 "layouts": [ 665 "layouts": [
666 "us" 666 "us"
667 ], 667 ],
668 "input_view": "inputview.html#id=m17n:vi_viqr&language=vi&passwordLayout=u s-ltr&name=keyboard_vietnamese_viqr" 668 "input_view": "inputview.html#id=m17n:vi_viqr&language=vi&passwordLayout=u s-ltr&name=keyboard_vietnamese_viqr"
669 }, 669 },
670 { 670 {
671 "name": "__MSG_keyboard_vietnamese_vni__",
672 "type": "ime",
673 "id": "vkd_vi_vni",
674 "description": "",
675 "language": [
676 "vi"
677 ],
678 "layouts": [
679 "us"
680 ],
681 "input_view": "inputview.html#id=m17n:vi_vni&language=vi&passwordLayout=us -ltr&name=keyboard_vietnamese_vni"
682 },
683 {
684 "name": "__MSG_keyboard_arabic__", 671 "name": "__MSG_keyboard_arabic__",
685 "type": "ime", 672 "type": "ime",
686 "id": "vkd_ar", 673 "id": "vkd_ar",
687 "description": "", 674 "description": "",
688 "language": [ 675 "language": [
689 "ar" 676 "ar"
690 ], 677 ],
691 "layouts": [ 678 "layouts": [
692 "us" 679 "us"
693 ], 680 ],
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 "ru" 819 "ru"
833 ], 820 ],
834 "layouts": [ 821 "layouts": [
835 "us" 822 "us"
836 ], 823 ],
837 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert" 824 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert"
838 } 825 }
839 ], 826 ],
840 "manifest_version": 2 827 "manifest_version": 2
841 } 828 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698