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

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

Issue 7470005: Multi-Profiles: New avatar icon drop (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
diff --git a/chrome/browser/profiles/profile_info_cache.cc b/chrome/browser/profiles/profile_info_cache.cc
index efa3e6451674b057b61610d98953d978271d1f7a..32bf6d57297e0f5348fb228f7cf432fda2bb402c 100644
--- a/chrome/browser/profiles/profile_info_cache.cc
+++ b/chrome/browser/profiles/profile_info_cache.cc
@@ -39,6 +39,16 @@ const int kDefaultAvatarIconResources[] = {
IDR_PROFILE_AVATAR_7,
IDR_PROFILE_AVATAR_8,
IDR_PROFILE_AVATAR_9,
+ IDR_PROFILE_AVATAR_10,
+ IDR_PROFILE_AVATAR_11,
+ IDR_PROFILE_AVATAR_12,
+ IDR_PROFILE_AVATAR_13,
+ IDR_PROFILE_AVATAR_14,
+ IDR_PROFILE_AVATAR_15,
+ IDR_PROFILE_AVATAR_16,
+ IDR_PROFILE_AVATAR_17,
+ IDR_PROFILE_AVATAR_18,
+ IDR_PROFILE_AVATAR_19,
};
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