Index: content/browser/webui/url_data_manager_backend.h |
diff --git a/content/browser/webui/url_data_manager_backend.h b/content/browser/webui/url_data_manager_backend.h |
index 5d9ce2863a72ce358d9e1805ed6416c3abdb56c8..ff9d09734ddbb8f3d271d738e54839b02f710291 100644 |
--- a/content/browser/webui/url_data_manager_backend.h |
+++ b/content/browser/webui/url_data_manager_backend.h |
@@ -88,6 +88,10 @@ class URLDataManagerBackend : public base::SupportsUserData::Data { |
// up to date. |
bool HasPendingJob(URLRequestChromeJob* job) const; |
+ // Look up the data source for the request. Returns the source if it is found, |
+ // else NULL. |
+ URLDataSourceImpl* GetDataSourceFromURL(const GURL& url); |
+ |
// Custom sources of data, keyed by source path (e.g. "favicon"). |
DataSourceMap data_sources_; |