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

Unified Diff: chrome/browser/chromeos/login/ownership_status_checker.cc

Issue 7583053: Add MessageLoopProxy::current (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No need for MessageLoopProxy destruction observer. 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
« no previous file with comments | « base/threading/thread.cc ('k') | chrome/browser/icon_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/ownership_status_checker.cc
diff --git a/chrome/browser/chromeos/login/ownership_status_checker.cc b/chrome/browser/chromeos/login/ownership_status_checker.cc
index 76e694a96992cdeda474024438576cc1096eef38..f7d67ab9399323a61d4f30aa145a19173fe5d09a 100644
--- a/chrome/browser/chromeos/login/ownership_status_checker.cc
+++ b/chrome/browser/chromeos/login/ownership_status_checker.cc
@@ -19,7 +19,7 @@ OwnershipStatusChecker::~OwnershipStatusChecker() {
OwnershipStatusChecker::Core::Core(Callback* callback)
: callback_(callback),
- origin_loop_(base::MessageLoopProxy::CreateForCurrentThread()) {
+ origin_loop_(base::MessageLoopProxy::current()) {
}
OwnershipStatusChecker::Core::~Core() {}
« no previous file with comments | « base/threading/thread.cc ('k') | chrome/browser/icon_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698