| Index: chrome/browser/browser_about_handler.cc
|
| ===================================================================
|
| --- chrome/browser/browser_about_handler.cc (revision 46824)
|
| +++ chrome/browser/browser_about_handler.cc (working copy)
|
| @@ -910,10 +910,9 @@
|
| if (LowerCaseEqualsASCII(url->spec(), chrome::kAboutBlankURL))
|
| return false;
|
|
|
| - // Rewrite about:cache/* URLs to chrome://net-internals/view-cache/*
|
| + // Rewrite about:cache/* URLs to chrome://view-http-cache/*
|
| if (StartsWithAboutSpecifier(*url, chrome::kAboutCacheURL)) {
|
| - *url = RemapAboutURL(chrome::kNetworkViewCacheURL + std::string("/"),
|
| - *url);
|
| + *url = RemapAboutURL(chrome::kNetworkViewCacheURL, *url);
|
| return true;
|
| }
|
|
|
|
|