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

Unified Diff: chrome/test/data/extensions/api_test/hotword_private/setHotwordAlwaysOnSearchEnableFalse/test.js

Issue 559303002: Hotword Audio Verification app: control the hotword settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launch-state
Patch Set: Review Comments 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/test/data/extensions/api_test/hotword_private/setHotwordAlwaysOnSearchEnableFalse/test.js
diff --git a/chrome/test/data/extensions/api_test/hotword_private/setEnabledFalse/test.js b/chrome/test/data/extensions/api_test/hotword_private/setHotwordAlwaysOnSearchEnableFalse/test.js
similarity index 73%
copy from chrome/test/data/extensions/api_test/hotword_private/setEnabledFalse/test.js
copy to chrome/test/data/extensions/api_test/hotword_private/setHotwordAlwaysOnSearchEnableFalse/test.js
index 32481db7d3dedadb289339474113046b51c255e3..d635d10b5b38cf37777caed12722294608a9e99f 100644
--- a/chrome/test/data/extensions/api_test/hotword_private/setEnabledFalse/test.js
+++ b/chrome/test/data/extensions/api_test/hotword_private/setHotwordAlwaysOnSearchEnableFalse/test.js
@@ -3,8 +3,8 @@
// found in the LICENSE file.
chrome.test.runTests([
- function setEnabledFalse() {
- chrome.hotwordPrivate.setEnabled(
+ function setHotwordAlwaysOnSearchEnabledFalse() {
+ chrome.hotwordPrivate.setHotwordAlwaysOnSearchEnabled(
false, chrome.test.callbackPass(function() {
chrome.test.sendMessage("ready");
}));

Powered by Google App Engine
This is Rietveld 408576698