Avi Drissman | 4e1b7bc3 | 2022-09-15 14:03:50 | [diff] [blame] | 1 | // Copyright 2011 The Chromium Authors |
[email protected] | 755e1b73 | 2010-06-24 23:28:53 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
[email protected] | 33c1c26a | 2013-01-24 21:56:26 | [diff] [blame] | 5 | #ifndef CONTENT_BROWSER_WEBUI_SHARED_RESOURCES_DATA_SOURCE_H_ |
6 | #define CONTENT_BROWSER_WEBUI_SHARED_RESOURCES_DATA_SOURCE_H_ | ||||
[email protected] | 755e1b73 | 2010-06-24 23:28:53 | [diff] [blame] | 7 | |
dbeam | 41c9c72 | 2014-11-26 03:59:06 | [diff] [blame] | 8 | namespace content { |
9 | |||||
Lei Zhang | 4fcf840 | 2023-03-17 22:58:51 | [diff] [blame] | 10 | class WebUIDataSource; |
[email protected] | 755e1b73 | 2010-06-24 23:28:53 | [diff] [blame] | 11 | |
Lei Zhang | 4fcf840 | 2023-03-17 22:58:51 | [diff] [blame] | 12 | // Populates a data source for chrome(-untrusted)://resources/ URLs. |
13 | void PopulateSharedResourcesDataSource(WebUIDataSource* source); | ||||
Jiewei Qian | 155bcb0 | 2021-09-30 08:23:28 | [diff] [blame] | 14 | |
dbeam | 41c9c72 | 2014-11-26 03:59:06 | [diff] [blame] | 15 | } // namespace content |
16 | |||||
[email protected] | 33c1c26a | 2013-01-24 21:56:26 | [diff] [blame] | 17 | #endif // CONTENT_BROWSER_WEBUI_SHARED_RESOURCES_DATA_SOURCE_H_ |