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

Unified Diff: chrome/browser/resources/options/chromeos/change_picture_options.js

Issue 8773046: [cros] Display emails of users are stored in a separate dictionary in Local State. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Logging cleanup Created 9 years 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: chrome/browser/resources/options/chromeos/change_picture_options.js
diff --git a/chrome/browser/resources/options/chromeos/change_picture_options.js b/chrome/browser/resources/options/chromeos/change_picture_options.js
index b41d625395dd6f5f84517e903cdfed98aa28fe48..338ce539af0c58d1706c99a6ae4eb1426e8555cc 100644
--- a/chrome/browser/resources/options/chromeos/change_picture_options.js
+++ b/chrome/browser/resources/options/chromeos/change_picture_options.js
@@ -154,7 +154,7 @@ cr.define('options', function() {
* @type {string}
*/
get currentUserImageUrl() {
- return 'chrome://userimage/' + PersonalOptions.getLoggedInUserEmail() +
+ return 'chrome://userimage/' + PersonalOptions.getLoggedInUsername() +
'?id=' + (new Date()).getTime();
},

Powered by Google App Engine
This is Rietveld 408576698