blob: da81f469101bd1046089f5659660baa861f97b2d [file] [log] [blame]
Avi Drissman4e1b7bc32022-09-15 14:03:501// Copyright 2011 The Chromium Authors
[email protected]755e1b732010-06-24 23:28:532// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]33c1c26a2013-01-24 21:56:265#ifndef CONTENT_BROWSER_WEBUI_SHARED_RESOURCES_DATA_SOURCE_H_
6#define CONTENT_BROWSER_WEBUI_SHARED_RESOURCES_DATA_SOURCE_H_
[email protected]755e1b732010-06-24 23:28:537
dbeam41c9c722014-11-26 03:59:068namespace content {
9
Lei Zhang4fcf8402023-03-17 22:58:5110class WebUIDataSource;
[email protected]755e1b732010-06-24 23:28:5311
Lei Zhang4fcf8402023-03-17 22:58:5112// Populates a data source for chrome(-untrusted)://resources/ URLs.
13void PopulateSharedResourcesDataSource(WebUIDataSource* source);
Jiewei Qian155bcb02021-09-30 08:23:2814
dbeam41c9c722014-11-26 03:59:0615} // namespace content
16
[email protected]33c1c26a2013-01-24 21:56:2617#endif // CONTENT_BROWSER_WEBUI_SHARED_RESOURCES_DATA_SOURCE_H_