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

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

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/profiles/gaia_info_update_service.cc
diff --git a/chrome/browser/profiles/gaia_info_update_service.cc b/chrome/browser/profiles/gaia_info_update_service.cc
index dc8104d041e62bf2858e67ab03bb12225853f72d..4ade0febaae143474ea25315a097146d6f3ceaf1 100644
--- a/chrome/browser/profiles/gaia_info_update_service.cc
+++ b/chrome/browser/profiles/gaia_info_update_service.cc
@@ -85,7 +85,7 @@ bool GAIAInfoUpdateService::NeedsProfilePicture() const {
return true;
}
-int GAIAInfoUpdateService::GetDesiredImageSideLength() const {
+unsigned int GAIAInfoUpdateService::GetDesiredImageSideLength() const {
return 256;
}

Powered by Google App Engine
This is Rietveld 408576698