Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.cc b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
index f8639e9ac14a6f7ee236e666feee128fedafcea9..b3a8dc8b5bf49872ec2b062a1e31725dec1de2e2 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
@@ -295,9 +295,7 @@ void NewTabUI::NewTabHTMLSource::StartDataRequest(const std::string& path, |
int request_id) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
- if (AppLauncherHandler::HandlePing(profile_, path)) { |
- return; |
- } else if (!path.empty() && path[0] != '#') { |
+ if (!path.empty() && path[0] != '#') { |
// A path under new-tab was requested; it's likely a bad relative |
// URL from the new tab page, but in any case it's an error. |
NOTREACHED() << path << " should not have been requested on the NTP"; |