blob: 435a0e2705695d5d61227691ff5f0ad67b9b25f8 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
chrome.easyUnlockPrivate.onStartAutoPairing.addListener(function() {
chrome.easyUnlockPrivate.setAutoPairingResult({
success: false,
errorMessage: 'Test failure'
});
});