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

Unified Diff: chrome/common/extensions/api/hotword_private.idl

Issue 1011813006: Make availability of hotword hardware known to hotword component extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/common/extensions/api/hotword_private.idl
diff --git a/chrome/common/extensions/api/hotword_private.idl b/chrome/common/extensions/api/hotword_private.idl
index 139ddab1424fb00db08a3f290ff499dd30035bb0..68504ffabc65089f1af82a16041e8ba3d6196a74 100644
--- a/chrome/common/extensions/api/hotword_private.idl
+++ b/chrome/common/extensions/api/hotword_private.idl
@@ -39,6 +39,9 @@ namespace hotwordPrivate {
// Whether the user corresponding to this profile is the active user.
boolean userIsActive;
+
+ // Whether the hotword stream is available if requested.
+ boolean hotwordStreamAvailable;
kcarattini 2015/03/17 00:47:15 Why not call this hotwordHardwareAvailable? That's
Anand Mistry (off Chromium) 2015/03/17 02:54:47 Done.
};
dictionary LaunchState {
« chrome/browser/search/hotword_service.h ('K') | « chrome/browser/search/hotword_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698