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

Unified Diff: chrome/browser/resources/app_list/start_page.html

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/start_page.html
diff --git a/chrome/browser/resources/app_list/start_page.html b/chrome/browser/resources/app_list/start_page.html
index 8b86ae10e8846d6ddba7d0cc031abb9eb5e9337e..47a9167148ffc00ec128f1c7d9c78b5e58ac7f74 100644
--- a/chrome/browser/resources/app_list/start_page.html
+++ b/chrome/browser/resources/app_list/start_page.html
@@ -12,6 +12,10 @@
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+ <if expr="pp_ifdef('chromeos')">
+ <embed id="recognizer" type="application/x-nacl" src="greconacl.nmf"
+ width="1" height="1"/>
+ </if>
<div id="start-page"></div>
<script src="chrome://resources/js/i18n_template2.js"></script>
</body>
« no previous file with comments | « chrome/browser/resources/app_list/speech_recognition_manager.js ('k') | chrome/browser/resources/app_list/start_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698