| 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 6c706fdd312fd45e45a96a6d7c9fa4cc777a040d..171d72373f101b594fe0612e3751bcabb075872a 100644
|
| --- a/content/browser/webui/url_data_manager_backend.h
|
| +++ b/content/browser/webui/url_data_manager_backend.h
|
| @@ -77,6 +77,10 @@ class URLDataManagerBackend : public base::SupportsUserData::Data {
|
| // path is the remaining portion after the scheme and hostname.
|
| static void URLToRequestPath(const GURL& url, std::string* path);
|
|
|
| + // Returns the schemes that are used by WebUI (i.e. the set from content and
|
| + // its embedder).
|
| + static std::vector<std::string> GetWebUISchemes();
|
| +
|
| private:
|
| friend class URLRequestChromeJob;
|
|
|
|
|