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

Unified Diff: chrome/browser/profiles/profile_info_cache.cc

Issue 7453001: Initial drop of profile avatar icons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_info_cache.cc
===================================================================
--- chrome/browser/profiles/profile_info_cache.cc (revision 92869)
+++ chrome/browser/profiles/profile_info_cache.cc (working copy)
@@ -33,6 +33,12 @@
IDR_PROFILE_AVATAR_1,
IDR_PROFILE_AVATAR_2,
IDR_PROFILE_AVATAR_3,
+ IDR_PROFILE_AVATAR_4,
+ IDR_PROFILE_AVATAR_5,
+ IDR_PROFILE_AVATAR_6,
+ IDR_PROFILE_AVATAR_7,
+ IDR_PROFILE_AVATAR_8,
+ IDR_PROFILE_AVATAR_9,
};
const size_t kDefaultAvatarIconsCount = arraysize(kDefaultAvatarIconResources);
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698