Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / hotword_private / setEnabledTrue / test.js
blob1cfb2c28ab659e9c6e92afe6c28aa302abfc510a
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 chrome.test.runTests([
6 function setEnabledTrue() {
7 chrome.hotwordPrivate.setEnabled(true, chrome.test.callbackPass(function() {
8 chrome.test.sendMessage("ready");
9 }));
11 ]);