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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_user_image.js

Issue 10825319: [cros] OOBE avatar picker fixes and polishing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 4 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 | « no previous file | chrome/browser/resources/chromeos/user_images_grid.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_screen_user_image.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_user_image.js b/chrome/browser/resources/chromeos/login/oobe_screen_user_image.js
index cd6829495fc174b9c6bee76b4ce5a07fbf92811b..e858621a631fb3f9ecb554eb17cd9f4e00698bcb 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_user_image.js
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_user_image.js
@@ -286,7 +286,6 @@ cr.define('oobe', function() {
},
/**
-<<<<<<< HEAD
* Appends default images to the image grid. Should only be called once.
* @param {Array.<{url: string, author: string, website: string,
* title: string}>} images An array of default images data,
@@ -376,6 +375,7 @@ cr.define('oobe', function() {
el.id = 'profile-image';
});
this.profileImage_.type = 'profile';
+ this.profileImageLoading = true;
// Add camera stream element.
imageGrid.cameraImage = null;
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/user_images_grid.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698