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

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 7812036: Update base/timer.h code to pass through Location from call sites. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: chrome/browser/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 79a92f5966a7b882f8f13c2d3a5cdb98a059af8b..901ace3a3b197e5cd68268fe8c4b462ac1f4fb93 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -312,7 +312,7 @@ ProfileImpl::ProfileImpl(const FilePath& path,
create_session_service_timer_.Start(
TimeDelta::FromMilliseconds(kCreateSessionServiceDelayMS), this,
- &ProfileImpl::EnsureSessionServiceCreated);
+ &ProfileImpl::EnsureSessionServiceCreated, FROM_HERE);
if (delegate_) {
prefs_.reset(PrefService::CreatePrefService(

Powered by Google App Engine
This is Rietveld 408576698