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

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

Issue 208273005: If customization includes default wallpaper, download and apply it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after-review. Created 6 years, 9 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/chromeos/login/login_location_monitor.cc
diff --git a/chrome/browser/chromeos/login/login_location_monitor.cc b/chrome/browser/chromeos/login/login_location_monitor.cc
index 5298077668e2afb4a7d5333e3b783339f71d8313..c1c528a35695a8a769fa08d80d75a1d4f2a0588f 100644
--- a/chrome/browser/chromeos/login/login_location_monitor.cc
+++ b/chrome/browser/chromeos/login/login_location_monitor.cc
@@ -118,7 +118,7 @@ void LoginLocationMonitor::OnLocationUpdatedIO(
void LoginLocationMonitor::OnLocationUpdatedUI(
const content::Geoposition& position) {
- DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
+ DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
DCHECK(position.Validate());
LoginLocationMonitor* self = GetInstance();
« no previous file with comments | « chrome/browser/chromeos/extensions/wallpaper_private_api.cc ('k') | chrome/browser/chromeos/login/wallpaper_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698