blob: 46ed59548dba5b68b451d2ea0b0559f4fdc6bbdf [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_WEBUI_ASH_BLUETOOTH_SHARED_LOAD_TIME_DATA_PROVIDER_H_
#define CHROME_BROWSER_UI_WEBUI_ASH_BLUETOOTH_SHARED_LOAD_TIME_DATA_PROVIDER_H_
namespace content {
class WebUIDataSource;
} // namespace content
namespace ash::bluetooth {
// Adds the data needed for bluetooth elements to |html_source|.
void AddLoadTimeData(content::WebUIDataSource* html_source);
} // namespace ash::bluetooth
#endif // CHROME_BROWSER_UI_WEBUI_ASH_BLUETOOTH_SHARED_LOAD_TIME_DATA_PROVIDER_H_