Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: content/browser/frame_host/navigator_impl.cc

Issue 2226083002: Remove a number of non-user triggered UMA actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add mpearson to NavEntryCommitted owners Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/navigator_impl.cc
diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
index 77f566246bba6935f84640148424c08119634c4d..3323c289c4183995d9b0dbb647832c612df844d9 100644
--- a/content/browser/frame_host/navigator_impl.cc
+++ b/content/browser/frame_host/navigator_impl.cc
@@ -1060,9 +1060,6 @@ void NavigatorImpl::RecordNavigationMetrics(
SiteInstance* site_instance) {
DCHECK(site_instance->HasProcess());
- if (!details.is_in_page)
- RecordAction(base::UserMetricsAction("FrameLoad"));
-
if (!details.is_main_frame || !navigation_data_ ||
navigation_data_->url_job_start_time_.is_null() ||
navigation_data_->url_ != params.original_request_url) {
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698