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