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

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

Issue 555423002: Expose always-on hotword preference via hotwordPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 a9a4fc235e32b2311a59e2c54d6f85fff7915da4..f9de90809a7e3cf5fbcf213fd1f6ff8859ea60a7 100644
--- a/chrome/common/extensions/api/hotword_private.idl
+++ b/chrome/common/extensions/api/hotword_private.idl
@@ -30,6 +30,9 @@
// Whether experimental hotwording functionality is enabled. Mirrors the
// "enable-experimental-hotwording" flag.
boolean experimentalHotwordEnabled;
+
+ // Whether always-on hotwording is enabled.
+ boolean alwaysOnEnabled;
};
// The type of the recognized hotword. Right now it only has 'search' but

Powered by Google App Engine
This is Rietveld 408576698