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"); |
})); |