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

Unified Diff: chrome/browser/browser_url_handler.cc

Issue 28104: Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMU... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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.cc ('k') | chrome/browser/debugger/debugger_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_url_handler.cc
===================================================================
--- chrome/browser/browser_url_handler.cc (revision 10343)
+++ chrome/browser/browser_url_handler.cc (working copy)
@@ -5,7 +5,6 @@
#include "chrome/browser/browser_url_handler.h"
#include "chrome/browser/browser_about_handler.h"
-#include "chrome/browser/dom_ui/new_tab_ui.h"
#include "chrome/browser/dom_ui/dom_ui_contents.h"
std::vector<BrowserURLHandler::URLHandler> BrowserURLHandler::url_handlers_;
@@ -18,8 +17,6 @@
// Here is where we initialize the global list of handlers for special URLs.
// about:*
url_handlers_.push_back(&BrowserAboutHandler::MaybeHandle);
- // chrome-internal:*
- url_handlers_.push_back(&NewTabUIHandleURL);
// chrome-ui:*
url_handlers_.push_back(&DOMUIContentsCanHandleURL);
}
@@ -35,4 +32,3 @@
return false;
}
-
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/debugger/debugger_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698