| Index: chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.cc b/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| index 7ce8ca2ace7dc180747a5f1819de6ef4fc907956..2abd94fd2b3fa91cd286f0ed26a219474a51415a 100644
|
| --- a/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| +++ b/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| @@ -766,8 +766,8 @@ void ProfileShortcutManagerWin::CreateOrUpdateShortcutsForProfileAtPath(
|
| CreateOrUpdateMode create_mode,
|
| NonProfileShortcutAction action,
|
| const base::Closure& callback) {
|
| - DCHECK(!BrowserThread::IsWellKnownThread(BrowserThread::UI) ||
|
| - BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + DCHECK(!BrowserThread::IsThreadInitialized(BrowserThread::UI) ||
|
| + BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| CreateOrUpdateShortcutsParams params(profile_path, create_mode, action);
|
|
|
| ProfileInfoCache* cache = &profile_manager_->GetProfileInfoCache();
|
|
|