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

Unified 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, 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: chrome/browser/resources/app_list/greconacl.nmf
diff --git a/chrome/browser/resources/app_list/greconacl.nmf b/chrome/browser/resources/app_list/greconacl.nmf
new file mode 100644
index 0000000000000000000000000000000000000000..2a3ae61a77f742bac870a984a24844a958a16434
--- /dev/null
+++ b/chrome/browser/resources/app_list/greconacl.nmf
@@ -0,0 +1,7 @@
+{
+ "program": {
+ "x86-64": { "url": "chrome://app-list/hotword_x86_64.nexe" },
+ "x86-32": { "url": "chrome://app-list/hotword_x86_32.nexe" },
+ "arm": {"url": "chrome://app-list/hotword_arm.nexe" }
+ }
+}
« 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