blob: 65510b99d4e0a1200318e3a329a6140d98fa0b3e [file] [log] [blame]
// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/public/browser/bluetooth_chooser.h"
namespace content {
BluetoothChooser::~BluetoothChooser() {}
bool BluetoothChooser::CanAskForScanningPermission() {
return true;
}
} // namespace content