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

Unified Diff: chrome/test/data/extensions/api_test/hotword_private/setHotwordAlwaysOnSearchEnableTrue/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: 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/test/data/extensions/api_test/hotword_private/setHotwordAlwaysOnSearchEnableTrue/test.js
diff --git a/chrome/test/data/extensions/api_test/hotword_private/setAudioLoggingEnableTrue/test.js b/chrome/test/data/extensions/api_test/hotword_private/setHotwordAlwaysOnSearchEnableTrue/test.js
similarity index 73%
copy from chrome/test/data/extensions/api_test/hotword_private/setAudioLoggingEnableTrue/test.js
copy to chrome/test/data/extensions/api_test/hotword_private/setHotwordAlwaysOnSearchEnableTrue/test.js
index a3c5d867ac42b2a56eef29fb7c97532d04601c07..0835a6a14925d1e7b14006978696cd84fbbf64ba 100644
--- a/chrome/test/data/extensions/api_test/hotword_private/setAudioLoggingEnableTrue/test.js
+++ b/chrome/test/data/extensions/api_test/hotword_private/setHotwordAlwaysOnSearchEnableTrue/test.js
@@ -3,8 +3,8 @@
// found in the LICENSE file.
chrome.test.runTests([
- function setAudioLoggingEnabledTrue() {
- chrome.hotwordPrivate.setAudioLoggingEnabled(
+ function setHotwordAlwaysOnSearchEnabledTrue() {
+ chrome.hotwordPrivate.setHotwordAlwaysOnSearchEnabled(
true, chrome.test.callbackPass(function() {
chrome.test.sendMessage("ready");
}));

Powered by Google App Engine
This is Rietveld 408576698