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

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: Adress merge conflicts 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..5492f98bcd8c782891d568f6b05e5f5f5cd134d7 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 avaialable to be enabled
benwells 2015/03/17 03:02:55 Nit: available spelling
kcarattini 2015/03/17 04:22:17 Done.
+ boolean alwaysOnAvailable;
+
// Whether the sound of "Ok, Google" plus a few seconds before is sent
// back to Google.
boolean audioLoggingEnabled;

Powered by Google App Engine
This is Rietveld 408576698