diff options
Diffstat (limited to 'chrome/browser/browser_url_handler.cc')
-rw-r--r-- | chrome/browser/browser_url_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_url_handler.cc b/chrome/browser/browser_url_handler.cc index 6707606..b209e04 100644 --- a/chrome/browser/browser_url_handler.cc +++ b/chrome/browser/browser_url_handler.cc @@ -60,7 +60,7 @@ static bool ReverseViewSource(GURL* url, Profile* profile) { // Handles rewriting DOM UI URLs. static bool HandleDOMUI(GURL* url, Profile* profile) { - if (!DOMUIFactory::UseDOMUIForURL(profile, *url)) + if (!DOMUIFactory::UseDOMUIForURL(*url)) return false; // Special case the new tab page. In older versions of Chrome, the new tab |