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

Unified Diff: trunk/src/chrome/browser/profiles/profile_metrics.cc

Issue 234583008: Revert 263262 "Newly created profiles should have the grey silho..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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: trunk/src/chrome/browser/profiles/profile_metrics.cc
===================================================================
--- trunk/src/chrome/browser/profiles/profile_metrics.cc (revision 263283)
+++ trunk/src/chrome/browser/profiles/profile_metrics.cc (working copy)
@@ -107,9 +107,8 @@
AVATAR_MARGARITA,
AVATAR_NOTE,
AVATAR_SUN_CLOUD,
- AVATAR_PLACEHOLDER,
- AVATAR_UNKNOWN, // 27
- AVATAR_GAIA, // 28
+ AVATAR_UNKNOWN, // 26
+ AVATAR_GAIA, // 27
NUM_PROFILE_AVATAR_METRICS
};
@@ -238,10 +237,7 @@
case 25:
icon_name = AVATAR_SUN_CLOUD;
break;
- case 26:
- icon_name = AVATAR_PLACEHOLDER;
- break;
- case 28:
+ case 27:
icon_name = AVATAR_GAIA;
break;
default: // We should never actually get here.

Powered by Google App Engine
This is Rietveld 408576698