| Index: chrome/browser/browser_url_handler.cc
|
| diff --git a/chrome/browser/browser_url_handler.cc b/chrome/browser/browser_url_handler.cc
|
| index b209e04d155b19d93eb52b0e17130a720e8118ef..6707606e3e0b0c77669f0ed7921a473a3ebe3b95 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(*url))
|
| + if (!DOMUIFactory::UseDOMUIForURL(profile, *url))
|
| return false;
|
|
|
| // Special case the new tab page. In older versions of Chrome, the new tab
|
|
|