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

Side by Side Diff: chrome/browser/resources/app_list/greconacl.nmf

Issue 29763004: Embeds offline voice recognizer plugin and its manager to app-list start page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "program": {
3 "x86-64": { "url": "chrome://app-list/hotword_x86_64.nexe" },
4 "x86-32": { "url": "chrome://app-list/hotword_x86_32.nexe" },
5 "arm": {"url": "chrome://app-list/hotword_arm.nexe" }
6 }
7 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/app_list/audio_manager.js ('k') | chrome/browser/resources/app_list/plugin_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698