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

Unified Diff: chrome/browser/performance_monitor/performance_monitor.cc

Issue 10702117: Chrome Performance Monitor: Metric API Functions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Missed a rename. Created 8 years, 5 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/performance_monitor/performance_monitor.cc
diff --git a/chrome/browser/performance_monitor/performance_monitor.cc b/chrome/browser/performance_monitor/performance_monitor.cc
index b48bf8a011378be830e1ca156c80462cf21ee2a8..6f4476ea41bd4848bab3a6aa6c38b68bc31b39ff 100644
--- a/chrome/browser/performance_monitor/performance_monitor.cc
+++ b/chrome/browser/performance_monitor/performance_monitor.cc
@@ -76,7 +76,7 @@ void PerformanceMonitor::FinishInit() {
// Important! Make sure that methods in FinishInit() only rely on posting
// to the background thread, and do not rely upon a reply from the background
// thread; this is necessary for this notification to be valid.
- util::PostTaskToDatabaseAndReply(
+ util::PostTaskToDatabaseThreadAndReply(
base::Bind(&base::DoNothing),
base::Bind(&PerformanceMonitor::NotifyInitialized,
base::Unretained(this)));
« no previous file with comments | « chrome/browser/performance_monitor/metric_details.cc ('k') | chrome/browser/performance_monitor/performance_monitor_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698