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

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

Issue 559303002: Hotword Audio Verification app: control the hotword settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launch-state
Patch Set: Rebase 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 e71be830db00a66f12e49c2ec67ee09b03765e6c..24514f919c88443767e5ac07e9ffe3c1bb8b13c2 100644
--- a/chrome/common/extensions/api/hotword_private.idl
+++ b/chrome/common/extensions/api/hotword_private.idl
@@ -67,6 +67,12 @@
static void setAudioLoggingEnabled(boolean state,
optional GenericDoneCallback callback);
+ // Sets the current enabled state of hotword-always-on-search pref.
+ // True: enable hotword always on search.
+ // False: disable hotword always on search.
+ static void setHotwordAlwaysOnSearchEnabled(boolean state,
+ optional GenericDoneCallback callback);
+
// Sets the current state of the browser-requested hotword session.
static void setHotwordSessionState(boolean started,
optional GenericDoneCallback callback);

Powered by Google App Engine
This is Rietveld 408576698