blob: 470cd6182f8c3736c283c1bf8baf4fb711853124 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ASH_WEBUI_NETWORK_UI_NETWORK_HEALTH_RESOURCE_PROVIDER_H_
#define ASH_WEBUI_NETWORK_UI_NETWORK_HEALTH_RESOURCE_PROVIDER_H_
namespace content {
class WebUIDataSource;
} // namespace content
namespace ash {
namespace network_health {
// Adds the resources needed for network health elements to |html_source|.
void AddResources(content::WebUIDataSource* html_source);
} // namespace network_health
} // namespace ash
#endif // ASH_WEBUI_NETWORK_UI_NETWORK_HEALTH_RESOURCE_PROVIDER_H_