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

Unified Diff: chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc

Issue 10915318: Revert 157168 - Add guards to metric values; erase bad events/metrics from db (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | « chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc
===================================================================
--- chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc (revision 157181)
+++ chrome/browser/ui/webui/performance_monitor/web_ui_handler.cc (working copy)
@@ -325,8 +325,7 @@
results,
metric_type,
db->GetMaxStatsForActivityAndMetric(metric_type),
- AggregateMetric(metric_type,
- metric_vector.get(),
+ AggregateMetric(metric_vector.get(),
start,
resolution).get());
}
« no previous file with comments | « chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698