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

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

Issue 1011913005: Hotword: Adds a field for always_on_available to the API StatusDetails (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Typo 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
« no previous file with comments | « chrome/browser/resources/hotword/page_audio_manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3607c4985eef668c4c2911fbdcf9f48841c5745b 100644
--- a/chrome/common/extensions/api/hotword_private.idl
+++ b/chrome/common/extensions/api/hotword_private.idl
@@ -23,6 +23,9 @@ namespace hotwordPrivate {
// Whether the hotword extension is available to be enabled
boolean available;
+ // Whether always-on is available to be enabled
+ boolean alwaysOnAvailable;
+
// Whether the sound of "Ok, Google" plus a few seconds before is sent
// back to Google.
boolean audioLoggingEnabled;
« no previous file with comments | « chrome/browser/resources/hotword/page_audio_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698