Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4566)

Unified Diff: chrome/browser/browser_about_handler.cc

Issue 18408: Remove the about:internets view :(... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser.vcproj ('k') | chrome/browser/tab_contents/about_internets_status_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_about_handler.cc
===================================================================
--- chrome/browser/browser_about_handler.cc (revision 8282)
+++ chrome/browser/browser_about_handler.cc (working copy)
@@ -187,12 +187,6 @@
}
#endif
- if (LowerCaseEqualsASCII(url->path(), "internets")) {
- // about:internets doesn't have an internal protocol, so don't modify |url|.
- *result_type = TAB_CONTENTS_ABOUT_INTERNETS_STATUS_VIEW;
- return true;
- }
-
// There are a few about URLs that we hand over to the renderer.
// If the renderer wants them, let it have them.
if (AboutHandler::WillHandle(*url))
« no previous file with comments | « chrome/browser/browser.vcproj ('k') | chrome/browser/tab_contents/about_internets_status_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698