| Index: chrome/browser/browser_about_handler.h
|
| diff --git a/chrome/browser/browser_about_handler.h b/chrome/browser/browser_about_handler.h
|
| index 93b1a205f010a3f7022b94b0953f456a4407abca..7cc3785dc8b1ae26260f64b405cbda9f3320fd6b 100644
|
| --- a/chrome/browser/browser_about_handler.h
|
| +++ b/chrome/browser/browser_about_handler.h
|
| @@ -11,6 +11,10 @@ namespace content {
|
| class BrowserContext;
|
| }
|
|
|
| +// A preliminary URLHandler that performs cleanup on the URL before it is
|
| +// rewritten. Changes that happen here will not lead to a virtual URL.
|
| +bool FixupBrowserAboutURL(GURL* url, content::BrowserContext* browser_context);
|
| +
|
| // Returns true if the given URL will be handled by the browser about handler.
|
| // Nowadays, these go through the webui, so the return is always false.
|
| // Either way, |url| will be processed by url_fixer::FixupURL, which
|
|
|