Index: chrome/browser/dom_ui/new_tab_ui.cc |
diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc |
index c43a8f5017bea1d6bc30e88371abca28c9fe5935..ff0a86304b4353e369858d4739c5f967ebbfd436 100644 |
--- a/chrome/browser/dom_ui/new_tab_ui.cc |
+++ b/chrome/browser/dom_ui/new_tab_ui.cc |
@@ -605,7 +605,7 @@ void NewTabUI::NewTabHTMLSource::StartDataRequest(const std::string& path, |
int request_id) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
- if (AppLauncherHandler::HandlePing(path)) { |
+ if (AppLauncherHandler::HandlePing(profile_, path)) { |
return; |
} else if (!path.empty() && path[0] != '#') { |
// A path under new-tab was requested; it's likely a bad relative |