| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 1644592758b718833a987b235ef7032982291fd4..ee8637e4e5206ed7247064b5011a18668b1f65c1 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -220,6 +220,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // Returns whether a specified URL is handled by the embedder's internal
|
| // protocol handlers.
|
| virtual bool IsHandledURL(const GURL& url);
|
| + virtual GURL GetHandlerFor(BrowserContext* browser_context, const GURL& url);
|
|
|
| // Returns whether the given process is allowed to commit |url|. This is a
|
| // more conservative check than IsSuitableHost, since it is used after a
|
|
|