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

Unified Diff: chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h

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
Index: chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h
===================================================================
--- chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h (revision 157181)
+++ chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h (working copy)
@@ -23,7 +23,6 @@
// |start| and data points are omitted if there are no points to resample.
// Returns a pointer to a new MetricVector, or NULL if |metrics| is empty.
scoped_ptr<Database::MetricVector> AggregateMetric(
- MetricType type,
const Database::MetricVector* metrics,
const base::Time& start,
const base::TimeDelta& resolution);

Powered by Google App Engine
This is Rietveld 408576698