| Index: chrome/browser/dom_ui/chrome_url_data_manager.h
|
| diff --git a/chrome/browser/dom_ui/chrome_url_data_manager.h b/chrome/browser/dom_ui/chrome_url_data_manager.h
|
| index 1d60997e3a315f79ff12b5c73877789692cc7eb3..7c621ba4a4d4365025c490932e7272f7ac97bef0 100644
|
| --- a/chrome/browser/dom_ui/chrome_url_data_manager.h
|
| +++ b/chrome/browser/dom_ui/chrome_url_data_manager.h
|
| @@ -115,6 +115,9 @@ class ChromeURLDataManager {
|
| // InvokeLater.
|
| void AddDataSource(scoped_refptr<DataSource> source);
|
|
|
| + // Called during shutdown, before destruction of |BrowserThread|.
|
| + void RemoveAllDataSources();
|
| +
|
| // Add/remove a path from the collection of file sources.
|
| // A file source acts like a file:// URL to the specified path.
|
| // Calling this from threads other the IO thread must be done via
|
|
|