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

Unified Diff: chrome/browser/resources/keyboard/manifest.json

Issue 7074008: initial version of auto VK switching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: demo update Created 9 years, 6 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
« no previous file with comments | « chrome/browser/resources/keyboard/main.js ('k') | chrome/browser/ui/touch/frame/keyboard_container_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/keyboard/manifest.json
diff --git a/chrome/browser/resources/keyboard/manifest.json b/chrome/browser/resources/keyboard/manifest.json
index 9fbbbc0577e867712dc3e40572e70d20e2f444b5..b304f17d1c03bd50ddb799b4289bdab61eaf59b8 100644
--- a/chrome/browser/resources/keyboard/manifest.json
+++ b/chrome/browser/resources/keyboard/manifest.json
@@ -10,5 +10,15 @@
],
"chrome_url_overrides": {
"keyboard": "index.html"
- }
+ },
+ "input_components": [
+ {
+ "name": "The system virtual keyboard extension",
+ "description": "The system virtual keyboard extension",
+ "type": "virtual_keyboard",
+ "layouts": [
+ "us"
+ ]
+ }
+ ]
}
« no previous file with comments | « chrome/browser/resources/keyboard/main.js ('k') | chrome/browser/ui/touch/frame/keyboard_container_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698