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

Unified Diff: components/user_manager/user.cc

Issue 1747843002: Rename raw_image() to image_bytes() in UserImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: components/user_manager/user.cc
diff --git a/components/user_manager/user.cc b/components/user_manager/user.cc
index a77ab8bbfa0ed3a50a59a4ea6ed3fb3bfd2120a9..14160ca1e7a29976b62c037632627bde10f6edfc 100644
--- a/components/user_manager/user.cc
+++ b/components/user_manager/user.cc
@@ -238,7 +238,7 @@ void User::SetImage(const UserImage& user_image, int image_index) {
image_index_ = image_index;
image_is_stub_ = false;
image_is_loading_ = false;
- DCHECK(HasDefaultImage() || user_image.has_raw_image());
+ DCHECK(HasDefaultImage() || user_image.has_web_image());
}
void User::SetImageURL(const GURL& image_url) {

Powered by Google App Engine
This is Rietveld 408576698