| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 099a6484a25350aee9229ccd3e0fa9c0c4f16181..f6ce87e2ec8ed8608796a4f775795a040801db70 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -383,15 +383,6 @@ bool HandleWebUI(GURL* url, content::BrowserContext* browser_context) {
|
| }
|
| #endif
|
|
|
| - // Special case the new tab page. In older versions of Chrome, the new tab
|
| - // page was hosted at chrome-internal:<blah>. This might be in people's saved
|
| - // sessions or bookmarks, so we say any URL with that scheme triggers the new
|
| - // tab page.
|
| - if (url->SchemeIs(chrome::kChromeInternalScheme)) {
|
| - // Rewrite it with the proper new tab URL.
|
| - *url = GURL(chrome::kChromeUINewTabURL);
|
| - }
|
| -
|
| return true;
|
| }
|
|
|
|
|