Index: chrome/browser/metrics/metrics_service.cc |
diff --git a/chrome/browser/metrics/metrics_service.cc b/chrome/browser/metrics/metrics_service.cc |
index 3e8d17a19834881a295cd3887b8403180b2a2319..5c6a8e2277b496a67a2819ffb1b1c7c1df67936e 100644 |
--- a/chrome/browser/metrics/metrics_service.cc |
+++ b/chrome/browser/metrics/metrics_service.cc |
@@ -1514,16 +1514,6 @@ void MetricsService::LogLoadStarted(content::WebContents* web_contents) { |
IncrementLongPrefsValue(prefs::kUninstallMetricsPageLoadCount); |
// We need to save the prefs, as page load count is a critical stat, and it |
// might be lost due to a crash :-(. |
- |
- // Track whether the page loaded is a search results page. |
- if (web_contents) { |
- SearchTabHelper* search_tab_helper = |
- SearchTabHelper::FromWebContents(web_contents); |
- if (search_tab_helper) { |
- if (search_tab_helper->model()->mode().is_search_results()) |
- content::RecordAction(content::UserMetricsAction("PageLoadSRP")); |
- } |
- } |
} |
void MetricsService::LogRendererCrash(content::RenderProcessHost* host, |