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

Unified Diff: chrome/browser/internal_auth.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/internal_auth.cc
diff --git a/chrome/browser/internal_auth.cc b/chrome/browser/internal_auth.cc
index ac8d91f1d6bd8e4bf3314019cd2c5bbba979864d..2052d7a355fcf1b95fb2084d12b07d4b21c9845a 100644
--- a/chrome/browser/internal_auth.cc
+++ b/chrome/browser/internal_auth.cc
@@ -347,7 +347,8 @@ class InternalAuthGenerationService : public base::ThreadChecker {
base::TimeDelta::FromMicroseconds(
kKeyRegenerationSoftTicks * kTickUs),
this,
- &InternalAuthGenerationService::GenerateNewKey);
+ &InternalAuthGenerationService::GenerateNewKey,
+ FROM_HERE);
}
scoped_ptr<crypto::HMAC> new_engine(

Powered by Google App Engine
This is Rietveld 408576698