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

Unified Diff: components/user_manager/user.h

Issue 395133002: Clean up. Experimental user avatars removed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Libvpx update. Created 6 years, 5 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.h
diff --git a/components/user_manager/user.h b/components/user_manager/user.h
index 8f42f32078c98812cc46502f1d173e7686bafa7e..b9b221073ab3662a1778a7fa9c6315bcd37caace 100644
--- a/components/user_manager/user.h
+++ b/components/user_manager/user.h
@@ -101,11 +101,6 @@ class USER_MANAGER_EXPORT User : public UserInfo {
const UserImage::RawImage& raw_image() const {
return user_image_.raw_image();
}
- bool has_animated_image() const { return user_image_.has_animated_image(); }
- // Returns raw representation of animated user image.
- const UserImage::RawImage& animated_image() const {
- return user_image_.animated_image();
- }
// Whether |raw_image| contains data in format that is considered safe to
// decode in sensitive environment (on Login screen).
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/user_image_source.cc ('k') | components/user_manager/user_image/user_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698