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

Unified Diff: chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h

Issue 1487283005: Implement the new Sync Confirmation dialog on Linux and Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments and use Polymer where relevant. Created 4 years, 11 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: chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h
diff --git a/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h b/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h
index fdffa1999a68316f276fb45ad3aec33d65e4336f..db27eb40e8ca9eec3ee7f429713292e1f3196bb1 100644
--- a/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h
+++ b/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h
@@ -86,7 +86,7 @@ class UserImageManagerImpl
// ProfileDownloaderDelegate:
bool NeedsProfilePicture() const override;
- int GetDesiredImageSideLength() const override;
+ unsigned int GetDesiredImageSideLength() const override;
Profile* GetBrowserProfile() override;
std::string GetCachedPictureURL() const override;
bool IsPreSignin() const override;

Powered by Google App Engine
This is Rietveld 408576698