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

Unified Diff: chrome/browser/instant/instant_loader.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/instant/instant_loader.cc
diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc
index da42231366cee7a2be44ea3388983d30ebff178c..d02dc4a5b5bb210906f46039938a9c7d93f19c68 100644
--- a/chrome/browser/instant/instant_loader.cc
+++ b/chrome/browser/instant/instant_loader.cc
@@ -686,7 +686,7 @@ void InstantLoader::SetOmniboxBounds(const gfx::Rect& bounds) {
} else {
update_bounds_timer_.Start(
base::TimeDelta::FromMilliseconds(kUpdateBoundsDelayMS),
- this, &InstantLoader::ProcessBoundsChange);
+ this, &InstantLoader::ProcessBoundsChange, FROM_HERE);
}
}
}

Powered by Google App Engine
This is Rietveld 408576698