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

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

Issue 10797056: CPM: API changes for API/UI integration. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Commented and renamed UTCToLocalJsTime and LocalJsTimeToUTC. 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 7e6122f45297ed4ec8fd34da2ebda48ea09d9b7a..d53fa7ca13548df2ed329118ea99f00f4c262428 100644
--- a/chrome/browser/performance_monitor/performance_monitor.cc
+++ b/chrome/browser/performance_monitor/performance_monitor.cc
@@ -51,8 +51,7 @@ PerformanceMonitor* PerformanceMonitor::GetInstance() {
}
void PerformanceMonitor::Start() {
- BrowserThread::PostBlockingPoolTaskAndReply(
- FROM_HERE,
Evan Stade 2012/07/23 23:09:50 the FROM_HERE part should remain here or it loses
Matt Tytel 2012/07/24 20:44:16 Done.
+ util::PostTaskToDatabaseThreadAndReply(
base::Bind(&PerformanceMonitor::InitOnBackgroundThread,
base::Unretained(this)),
base::Bind(&PerformanceMonitor::FinishInit,

Powered by Google App Engine
This is Rietveld 408576698