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

Unified Diff: chrome/browser/supervised_user/legacy/custodian_profile_downloader_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/supervised_user/legacy/custodian_profile_downloader_service.cc
diff --git a/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.cc b/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.cc
index 9a5fdb36795ee699552311857bb626a735d3afb6..eebdc8c13c5f2f959763e84415d0691fe412b676 100644
--- a/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.cc
+++ b/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.cc
@@ -50,7 +50,8 @@ bool CustodianProfileDownloaderService::NeedsProfilePicture() const {
return false;
}
-int CustodianProfileDownloaderService::GetDesiredImageSideLength() const {
+unsigned int CustodianProfileDownloaderService::GetDesiredImageSideLength()
+ const {
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698