Searched defs:prefs_images (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_impl.cc501 const base::DictionaryValue* prefs_images = local
503 if (!prefs_images && !prefs_images_unsafe)
508 // If entries are found in both |prefs_images_unsafe| and |prefs_images|,
509 // |prefs_images| is honored for now but |prefs_images_unsafe| will be
510 // migrated, overwriting the |prefs_images| entry, when the user logs in.
518 if (prefs_images) {
519 prefs_images->GetDictionaryWithoutPathExpansion(user_id(),

Completed in 60 milliseconds